| 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 = 2App 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 = 1App 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 = 0App has not specified how ad requests shall be handled.