GADAgeRestrictedTreatment
enum GADAgeRestrictedTreatment : NSInteger {}An age treatment to apply to ad requests.
-
Indicates that no specific age treatment signal applies to ad requests.
Declaration
Swift
case unspecified = 0Objective-C
GADAgeRestrictedTreatmentUnspecified = 0 -
Indicates that ad requests should receive child age treatment.
Declaration
Swift
case child = 1Objective-C
GADAgeRestrictedTreatmentChild = 1 -
Indicates that ad requests should receive teenage treatment.
Declaration
Swift
case teen = 2Objective-C
GADAgeRestrictedTreatmentTeen = 2