MediationAdConfiguration.TagForChildDirectedTreatment

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


Tag for child directed treatment.

Summary

Constants

const Int

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

const Int

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

const 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

const val TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE = 0: Int

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

const val TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE = 1: Int

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

const val TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIEDInt

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

TagForChildDirectedTreatment()