bfgAnalytics Class
API for interfacing with BFG-managed Firebase Analytics. More...
Classes | |
struct | InitializationResult |
Struct indicating the result of a bfgAnalytics initialization attempt. More... | |
Static Public Member Functions | |
static async Task< InitializationResult > | InitializeAsync () |
Initialize and configure Firebase Analytics. Must be called prior to any other bfgAnalytics methods. More... | |
static void | Shutdown () |
Disables Firebase analytics and releases any managed handles/resources. | |
Properties | |
static bool | ArePoliciesAccepted [get] |
Detailed Description
API for interfacing with BFG-managed Firebase Analytics.
Member Function Documentation
◆ InitializeAsync()
| inlinestatic |
Initialize and configure Firebase Analytics. Must be called prior to any other bfgAnalytics methods.
- Returns
- Task used to track the asynchronous initialization operation.