Packagecom.myflashlab.air.extensions.billing
Classpublic class ChildDirected
InheritanceChildDirected Inheritance Object

(Android) Developers are able to specify whether you would like your app to be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA)



Public Constants
 ConstantDefined By
  CHILD_DIRECTED : int = 1
[static] App indicates its ad requests should be treated as child-directed.
ChildDirected
  NOT_CHILD_DIRECTED : int = 2
[static] App indicates its ad requests should NOT be treated as child-directed.
ChildDirected
  UNSPECIFIED : int = 0
[static] App has not specified whether its ad requests should be treated as child directed or not.
ChildDirected
Constant Detail
CHILD_DIRECTEDConstant
public static const CHILD_DIRECTED:int = 1

App indicates its ad requests should be treated as child-directed.

NOT_CHILD_DIRECTEDConstant 
public static const NOT_CHILD_DIRECTED:int = 2

App indicates its ad requests should NOT be treated as child-directed.

UNSPECIFIEDConstant 
public static const UNSPECIFIED:int = 0

App has not specified whether its ad requests should be treated as child directed or not.