tap_joy_plugin library

Enums

IOSATTAuthResult
iOS App Tracking Authentication Result enums for getIOSATTAuth
TJConnectionResult
connection result enums for ConnectionResultHandler
TJContentState
Placement Content State enums for TJPlacementHandler

Typedefs

TJAwardCurrencyHandler = void Function(String? currencyName, int? amount, String? error)
AwardCurrencyHandler returns String currencyName, int amount, String error if function is successful , error is null if function fails, currencyName & amount are null
TJConnectionResultHandler = void Function(TJConnectionResult connectionResult)
ConnectionResultHandler returns connectionResult with Type TapJoyConnectionResult enum
TJEarnedCurrencyAlertHandler = void Function(String? currencyName, int? earnedAmount, String? error)
EarnedCurrencyAlertHandler returns String currencyName, int amount, String error In order to notify users that they’ve earned virtual currency since the last time the app queried the user’s currency balance, if function is successful , error is null if function fails, currencyName & amount are null
TJGetCurrencyBalanceHandler = void Function(String? currencyName, int? amount, String? error)
GetCurrencyBalanceHandler returns String currencyName, int amount, String error if function is successful , error is null if function fails, currencyName & amount are null
TJPlacementHandler = void Function(TJContentState contentState, String? placementName, String? error)
TJPlacementHandler contentState with Type TapJoyContentState enum
TJSpendCurrencyHandler = void Function(String? currencyName, int? amount, String? error)
SpendCurrencyHandler returns String currencyName, int amount, String error if function is successful , error is null if function fails, currencyName & amount are null