TapJoyPlugin class

Constructors

TapJoyPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
placements List<TJPlacement>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPlacement(TJPlacement tjPlacement) Future<void>
awardCurrency(int amount) Future<void>
connect({required String androidApiKey, required String iOSApiKey, required bool debug}) Future<bool?>
getCurrencyBalance() Future<void>
getIOSATTAuth() Future<IOSATTAuthResult>
isConnected() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAwardCurrencyHandler(TJAwardCurrencyHandler handler) → void
setConnectionResultHandler(TJConnectionResultHandler handler) → void
setEarnedCurrencyAlertHandler(TJEarnedCurrencyAlertHandler handler) → void
setGetCurrencyBalanceHandler(TJGetCurrencyBalanceHandler handler) → void
setSpendCurrencyHandler(TJSpendCurrencyHandler handler) → void
setUserID({required String userID}) Future<void>
spendCurrency(int amount) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

shared TapJoyPlugin
final