GoogleMobileAds Framework Reference

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 = 0

    Objective-C

    GADAgeRestrictedTreatmentUnspecified = 0
  • Indicates that ad requests should receive child age treatment.

    Declaration

    Swift

    case child = 1

    Objective-C

    GADAgeRestrictedTreatmentChild = 1
  • Indicates that ad requests should receive teenage treatment.

    Declaration

    Swift

    case teen = 2

    Objective-C

    GADAgeRestrictedTreatmentTeen = 2