Firebase.Analytics

Summary

Enumerations

AppLifecycleState enum
The state of an app in its lifecycle.
ConsentStatus enum
The status value of the consent type.
ConsentType enum
The type of consent to set.

Classes

Firebase.Analytics.FirebaseAnalytics
Firebase.Analytics.Parameter

Event parameter.

Enumerations

AppLifecycleState

 AppLifecycleState

The state of an app in its lifecycle.

kUnknown is an invalid state that is used to capture uninitialized values. kTermination is used to indicate that the app is about to be terminated.

ConsentStatus

 ConsentStatus

The status value of the consent type.

Supported statuses are ConsentStatus.Granted and ConsentStatus.Denied.

ConsentType

 ConsentType

The type of consent to set.

Supported consent types are mapped to corresponding constants in the Android and iOS SDKs. Omitting a type retains its previous status.