AdiscopeFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AdiscopeFlutterPluginPlatform
Implementers

Constructors

AdiscopeFlutterPluginPlatform()
Constructs a AdiscopeFlutterPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getNetworkVersions() Future<String?>
getSDKVersion() Future<String?>
getUnitStatus(String unitId) Future<Map?>
getUnitStatusRewardedInterstitial(String unitId) Future<Map?>
initialize([String mediaId = "", String mediaSecret = "", String callbackTag = "", String childYN = ""]) Future<bool?>
interstitialIsLoad(String unitId) Future<bool?>
interstitialLoad(String unitId) Future<bool?>
interstitialShow() Future<bool?>
isInitialized() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preLoadAllRewardedInterstitial() Future<bool?>
preLoadRewardedInterstitial(List<String>? unitIds) Future<bool?>
rewardedVideoIsLoad(String unitId) Future<bool?>
rewardedVideoLoad(String unitId) Future<bool?>
rewardedVideoShow() Future<bool?>
setRewardedCheckParam(String param) Future<bool?>
setUserId(String userId) Future<bool?>
setVolumeOff(bool isOn) Future<bool?>
showAdEvent(String unitId) Future<bool?>
showAdmobMediationDebugger() Future<bool?>
showMaxMediationDebugger() Future<bool?>
showOfferwall(String unitId, [List<String>? offerwallFilterTabs]) Future<bool?>
showOfferwallDetail(String unitId, String itemId, [List<String>? offerwallFilterTabs]) Future<bool?>
showOfferwallDetailFromUrl(String url) Future<bool?>
showRewardedInterstitial(String unitId) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AdiscopeFlutterPluginPlatform
The default instance of AdiscopeFlutterPluginPlatform to use.
getter/setter pair