FirebaseAnalytics Framework Reference

Type Definitions

The following type definitions are available globally.

  • The type of consent to set. Supported consent types areConsentType.adStorage,ConsentType.analyticsStorage,ConsentType.adUserData, andConsentType.adPersonalization.Omitting a type retains its previous status.

    Declaration

    Objective-C

    typedefNSString*FIRConsentType
  • The status value of the consent type. Supported statuses areConsentStatus.granted andConsentStatus.denied.

    Declaration

    Objective-C

    typedefNSString*FIRConsentStatus

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-10-31 UTC.