DeclaredAgePref
constructor(isOverAge13: Boolean? = null, isOverAge16: Boolean? = null, isOverAge18: Boolean? = null)
Parameters
isOverAge13
Indicates if the user has declared that they are over 13 years of age.
isOverAge16
Indicates if the user has declared that they are over 16 years of age.
isOverAge18
Indicates if the user has declared that they are over 18 years of age.