MethodChannelYodo1MasFlutterPlugin class

An implementation of Yodo1MasFlutterPluginPlatform that uses method channels.

Inheritance

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

getPlatformVersion() Future<String?>
inherited
initSdk(String appKey, bool privacy, bool ccpa, bool coppa, bool gdpr) Future<void>
override
isAdLoaded(String adType) Future<bool>
override
loadAd(String adType) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAppOpenListener(dynamic callback(int event, String message)?) → void
override
setBannerListener(dynamic callback(int event, String message)?) → void
override
setInitListener(dynamic callback(bool successful)?) → void
override
setInterstitialListener(dynamic callback(int event, String message)?) → void
override
setNativeListener(dynamic callback(int event, String message)?) → void
override
setRewardListener(dynamic callback(int event, String message)?) → void
override
showAd(String adType, {String? placementId}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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