Provides App Delegate handlers to be used in your App Delegate.
To save time integrating Firebase Analytics in an application, Firebase Analytics does not
require delegation implementation from the AppDelegate if neither SwiftUI nor UIScene lifecycle
is adopted. Instead this is automatically done by Firebase Analytics. Should you choose instead
to delegate manually, you can turn off the App Delegate Proxy by adding
FirebaseAppDelegateProxyEnabled into your app’s Info.plist and setting it to boolean NO, and
adding the methods in this category to corresponding delegation handlers.
To handle Universal Links, you must return true in
UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[],null,["# FirebaseAnalytics Framework Reference\n\nCategories\n==========\n\nThe following categories are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRAnalytics(AppDelegate)](/docs/reference/swift/firebaseanalytics/api/reference/Categories/FIRAnalytics%28AppDelegate%29)\n\n `\n ` \n Provides App Delegate handlers to be used in your App Delegate.\n\n To save time integrating Firebase Analytics in an application, Firebase Analytics does not\n require delegation implementation from the AppDelegate if neither SwiftUI nor UIScene lifecycle\n is adopted. Instead this is automatically done by Firebase Analytics. Should you choose instead\n to delegate manually, you can turn off the App Delegate Proxy by adding\n FirebaseAppDelegateProxyEnabled into your app's Info.plist and setting it to boolean `NO`, and\n adding the methods in this category to corresponding delegation handlers.\n\n To handle Universal Links, you must return `true` in\n `UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:)`.\n- `\n ``\n ``\n `\n\n ### [FIRAnalytics(Consent)](/docs/reference/swift/firebaseanalytics/api/reference/Categories/FIRAnalytics%28Consent%29)\n\n `\n ` \n Sets the applicable end user consent state.\n- `\n ``\n ``\n `\n\n ### [FIRAnalytics(OnDevice)](/docs/reference/swift/firebaseanalytics/api/reference/Categories/FIRAnalytics%28OnDevice%29)\n\n `\n ` \n Undocumented"]]