| Package | com.myflashlab.air.extensions.billing |
| Class | public class ChildDirected |
| Inheritance | ChildDirected Object |
| Constant | Defined 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 | ||
| CHILD_DIRECTED | Constant |
public static const CHILD_DIRECTED:int = 1App indicates its ad requests should be treated as child-directed.
| NOT_CHILD_DIRECTED | Constant |
public static const NOT_CHILD_DIRECTED:int = 2App indicates its ad requests should NOT be treated as child-directed.
| UNSPECIFIED | Constant |
public static const UNSPECIFIED:int = 0App has not specified whether its ad requests should be treated as child directed or not.