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