跳转至

RequestConfiguration.TagForChildDirectedTreatment

指示广告请求是否应被视为面向儿童以符合 COPPA 规定。定义在 RequestConfiguration 类内部。

# Access via RequestConfiguration.TagForChildDirectedTreatment
enum TagForChildDirectedTreatment {
    UNSPECIFIED = -1,
    FALSE = 0,
    TRUE = 1
}
public enum TagForChildDirectedTreatment
{
    Unspecified = -1,
    False = 0,
    True = 1
}