MethodChannelFlutterQqAds class

Inheritance

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearFeedAd(List<int> list) Future<bool>
override
getPlatformVersion() Future<String>
override
initAd(String appId) Future<bool>
override
loadFeedAd(String posId, {int width = 375, int height = 0, int count = 1}) Future<List<int>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEventListener(OnAdEventListener onAdEventListener) Future<void>
override
requestIDFA() Future<bool>
override
setPersonalizedState(int state) Future<bool>
override
showInterstitialAd(String posId, {bool showPopup = false, bool showFullScreenVideo = false, bool showRewardVideo = false, bool autoPlayOnWifi = false, bool autoPlayMuted = true, String? customData, String? userId}) Future<bool>
override
showRewardVideoAd(String posId, {bool playMuted = false, String? customData, String? userId}) Future<bool>
override
showSplashAd(String posId, {double fetchDelay = 3}) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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