GoogleMobileAds Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

Enumerations

The following enumerations are available globally.

  • Consent status values.

    Declaration

    Swift

    enum UMPConsentStatus : Int

    Objective-C

    enum UMPConsentStatus : NSInteger {}
  • State values for whether the user has a consent form available to them. To check whether form status has changed, an update can be requested through requestConsentInfoUpdateWithParameters:completionHandler.

    Declaration

    Swift

    enum UMPFormStatus : Int

    Objective-C

    enum UMPFormStatus : NSInteger {}
  • Debug values for testing geography.

    Declaration

    Swift

    enum UMPDebugGeography : Int

    Objective-C

    enum UMPDebugGeography : NSInteger {}
  • Error codes used when making requests to update consent info.

    Declaration

    Swift

    enum UMPRequestErrorCode : Int

    Objective-C

    enum UMPRequestErrorCode : NSInteger {}
  • Error codes used when loading and showing forms.

    Declaration

    Swift

    enum UMPFormErrorCode : Int

    Objective-C

    enum UMPFormErrorCode : NSInteger {}