Package | com.myflashlab.air.extensions.billing |
Class | public class UnderAgeOfConsent |
Inheritance | UnderAgeOfConsent Object |
Constant | Defined 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 |
NOT_UNDER_AGE_OF_CONSENT | Constant |
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_CONSENT | Constant |
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.
UNSPECIFIED | Constant |
public static const UNSPECIFIED:int = 0
App has not specified how ad requests shall be handled.