MediationAdConfiguration.TagForChildDirectedTreatment

@Retention(value = AnnotationRetention.SOURCE)
@IntDef(value = [0, 1, -1])
public annotation MediationAdConfiguration.TagForChildDirectedTreatment


Tag for child directed treatment.

Summary

Constants

static final int

Indicates that the app should not be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

static final int

Indicates that the app should be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

static final int

Indicates that the publisher has not specified whether the app should be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

Public constructors

Constants

TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE

public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE = 0

Indicates that the app should not be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE

public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE = 1

Indicates that the app should be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED

public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED

Indicates that the publisher has not specified whether the app should be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA).

Public constructors

TagForChildDirectedTreatment

public TagForChildDirectedTreatment()