bfgreporting.bfgGameReporting Class
Required game logging APIs to report all game events. More...
Public Member Functions | |
Map< Long, String > | getCustomData () |
Get custom data (provided using setCustomData) More... | |
String | getLastLevelPlayed () |
Fetch the last level played by the user. More... | |
Float | getPlayerSpend () |
Fetch the player spent value. More... | |
boolean | logCustomEvent (@NonNull final String name, @NonNull final Hashtable< String, Object > data) |
Log a custom event to Big Fish Mobile Telemetry Services. More... | |
boolean | logCustomEvent (@NonNull final String name, @Nullable final Integer value, @Nullable final Integer level, @NonNull final String details1, @Nullable final String details2, @Nullable final String details3, @NonNull final Hashtable< String, Object > data) |
Log a custom event to Big Fish Mobile Telemetry Services. More... | |
void | logCustomPlacement (@NonNull final String placementName) |
logCustomPlacement More... | |
void | logLevelFinished (@Nullable final String levelID) |
void | logLevelStart (@Nullable final String levelID) |
void | logRewardedVideoSeenWithProvider (@NonNull final String videoProvider) |
Log rewarded video event, facilitates logging rewarded video when video location parameter is not applicable. More... | |
void | logRewardedVideoSeenWithProvider (@NonNull final String videoProvider, @Nullable final String videoLocation) |
Log rewarded video event. More... | |
void | setCustomData (@Nullable final Map< Long, String > customData) |
Add custom data fields to the next Zendesk request. More... | |
void | setDeepLinkListener (bfgDeepLinkListener deepLinkListener) |
Setter method for deep link listener. More... | |
void | setLastLevelPlayed (@NonNull final String lastLevelPlayed) |
Set the last level played by the user to be added as a custom field in the Zendesk request. More... | |
void | setPlayerSpend (final float playerSpend) |
Set the Player Spend (LTV) to be added as a custom field in Zendesk requests. More... | |
Static Public Member Functions | |
static void | setSuppressPlacement (boolean suppressPlacements) |
If it would be inappropriate for a placement ad to appear over the game in the moment, call this method with the boolean parameter: true. More... | |
static bfgGameReporting | sharedInstance () |
Get a non-null singleton instance (thread-safe, optimized for frequent use) | |
Static Public Attributes | |
static final int | BFG_PURCHASE_BUTTON_BUY = 0 |
"Buy" button | |
static final int | BFG_PURCHASE_BUTTON_CLOSE = 3 |
"Close button" | |