Packagecom.myflashlab.air.extensions.billing
Classpublic class UnderAgeOfConsent
InheritanceUnderAgeOfConsent Inheritance Object

(Android) Developers are able to specify whether to mark your ad requests to receive treatment for users in the European Economic Area (EEA) under the age of consent.



Public Constants
 ConstantDefined By
  NOT_UNDER_AGE_OF_CONSENT : int = 2
[static] App indicates the ad requests shall NOT be handled in a manner suitable for users under the age of consent.
UnderAgeOfConsent
  UNDER_AGE_OF_CONSENT : int = 1
[static] App indicates the ad requests shall be handled in a manner suitable for users under the age of consent.
UnderAgeOfConsent
  UNSPECIFIED : int = 0
[static] App has not specified how ad requests shall be handled.
UnderAgeOfConsent
Constant Detail
NOT_UNDER_AGE_OF_CONSENTConstant
public static const NOT_UNDER_AGE_OF_CONSENT:int = 2

App indicates the ad requests shall NOT be handled in a manner suitable for users under the age of consent.

UNDER_AGE_OF_CONSENTConstant 
public static const UNDER_AGE_OF_CONSENT:int = 1

App indicates the ad requests shall be handled in a manner suitable for users under the age of consent.

UNSPECIFIEDConstant 
public static const UNSPECIFIED:int = 0

App has not specified how ad requests shall be handled.