Automatically enable/disable sending of Firebase Analytics based on GDPR policy acceptance.
More... |
static void | initialize (final Context context) |
| Initialize the Firebase Analytics processing. More...
|
|
Automatically enable/disable sending of Firebase Analytics based on GDPR policy acceptance. If GDPR is disable by the user, no analytics will be sent by Firebase Analytics. This feature depends on the game including the following tag in it manifest file:<meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
◆ initialize()
static void com.bigfishgames.bfglib.bfgreporting.FirebaseAnalyticsPolicyEnforcement.initialize | ( | final Context | context | ) | |
| inlinestatic |
Initialize the Firebase Analytics processing.
- Parameters
context | Any Activity context |