MethodChannelTnkRwdNVad class
An implementation of TnkRwdNVadPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- TnkRwdNVadPlatform
- MethodChannelTnkRwdNVad
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
adAction(
int appId, [int actionId = 0]) → Future< String?> -
override
-
adJoin(
int appId, [int actionId = 0]) → Future< String?> -
override
-
closeAdDetail(
) → Future< String?> -
override
-
closeAllView(
) → Future< String?> -
override
-
closeOfferwall(
) → Future< String?> -
override
-
getEarnPoint(
) → Future< int?> -
override
-
getOfferWallEvent(
MethodCall methodCall) → Future< String?> -
inherited
-
getPlacementJsonData(
String placementId) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getQueryPoint(
) → Future< int?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onItemClick(
String app_id) → Future< String?> -
override
-
openEventWebView(
int eventId, [String checkParam = ""]) → Future< String?> -
override
-
presentAdDetailView(
int appId, [int actionId = 0]) → Future< String?> -
override
-
purchaseItem(
String itemId, int cost) → Future< String?> -
override
-
setCategoryAndFilter(
int category, int filter) → Future< String?> -
override
-
setCOPPA(
bool coppa) → Future< String?> -
override
-
setCustomUI(
HashMap< String, String> colorMap) → Future<String?> -
override
-
setCustomUIDefault(
HashMap< String, String> map) → Future<String?> -
override
-
setCustomUnitIcon(
HashMap< String, String> map) → Future<String?> -
override
-
setNoUsePointIcon(
) → Future< String?> -
override
-
setNoUsePrivacyAlert(
) → Future< String?> -
override
-
setUserName(
String userName) → Future< String?> -
override
-
setUseTermsPopup(
bool isUse) → Future< String?> -
override
-
showAdList(
String title, [int appId = 0]) → Future< String?> -
override
-
showATTPopup(
) → Future< String?> -
override
-
showCustomTapActivity(
String url, String deep_link) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
withdrawPoints(
String description) → Future< String?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited