tapjoy_offerwall library

Typedefs

ErrorListener = void Function(PlatformException)
EventListener = void Function(Map<String, dynamic> event)
TapjoyOnAwardCurrencyFailureListener = dynamic Function(String? error)
Invoked when the SDK failes the setUserID operation.
TapjoyOnAwardCurrencySuccessListener = dynamic Function(String? currencyName, int balance)
Invoked when the SDK completes the awardCurrency successfully.
TapjoyOnConnectFailureListener = dynamic Function(int code, String? error)
Invoked when the SDK failes the init process.
TapjoyOnConnectSuccessListener = dynamic Function()
Invoked when the SDK completes the init process for the first time.
TapjoyOnConnectWarningListener = dynamic Function(int code, String? warning)
Invoked when there is a warning during connect.
TapjoyOnGetCurrencyBalanceFailureListener = dynamic Function(String? error)
Invoked when the SDK failes the setUserID operation.
TapjoyOnGetCurrencyBalanceSuccessListener = dynamic Function(String? currencyName, int balance)
Invoked when the SDK completes the getCurrencyBalance successfully.
TapjoyOnSetUserIDFailureListener = dynamic Function(String? error)
Invoked when the SDK failes the setUserID operation.
TapjoyOnSetUserIDSuccessListener = dynamic Function()
Invoked when the SDK completes the setUserID successfully.
TapjoyOnSpendCurrencyFailureListener = dynamic Function(String? error)
Invoked when the SDK failes the setUserID operation.
TapjoyOnSpendCurrencySuccessListener = dynamic Function(String? currencyName, int balance)
Invoked when the SDK completes the spendCurrency successfully.
TJPlacementOnContentDismissListener = dynamic Function(TJPlacement placement)
Invoked when a content for the given placement is dismissed.
TJPlacementOnContentReadyListener = dynamic Function(TJPlacement placement)
Invoked when a content for the given placement is ready to show.
TJPlacementOnContentShowListener = dynamic Function(TJPlacement placement)
Invoked when a content for the given placement is showing.
TJPlacementOnRequestFailureListener = dynamic Function(TJPlacement placement, String? error)
Invoked when a content request for the given placement is failed to send to and/or processed on the server with error.
TJPlacementOnRequestSuccessListener = dynamic Function(TJPlacement placement)
TJPlacement Listener Invoked when a content request for the given placement is successfully send to the server.
TJPlacementOnSetCurrencyBalanceFailureListener = dynamic Function(TJPlacement placement, String? error)
Invoked when the SDK failes the setCurrencyBalance operation for a given placement.
TJPlacementOnSetCurrencyBalanceSuccessListener = dynamic Function(TJPlacement placement)
Invoked when the SDK completes the setCurrencyBalance successfully for a given placement.
TJPlacementOnSetRequiredAmountFailureListener = dynamic Function(TJPlacement placement, String? error)
Invoked when the SDK failes the setRequiredAmount operation for a given placement.
TJPlacementOnSetRequiredAmountSuccessListener = dynamic Function(TJPlacement placement)
Invoked when the SDK completes the setRequiredAmount successfully for a given placement.