FirebaseAnalytics Framework Reference

Categories

The following categories are available globally.

  • Provides App Delegate handlers to be used in your App Delegate.

    To save time integrating Firebase Analytics in an application, Firebase Analytics does notrequire delegation implementation from the AppDelegate if neither SwiftUI nor UIScene lifecycleis adopted. Instead this is automatically done by Firebase Analytics. Should you choose insteadto delegate manually, you can turn off the App Delegate Proxy by addingFirebaseAppDelegateProxyEnabled into your app’s Info.plist and setting it to booleanNO, andadding the methods in this category to corresponding delegation handlers.

    To handle Universal Links, you must returntrue inUIApplicationDelegate.application(_:didFinishLaunchingWithOptions:).

  • Sets the applicable end user consent state.

  • Undocumented

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 2022-09-13 UTC.