FlutterQqAdsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterQqAdsPlatform
Implementers

Constructors

FlutterQqAdsPlatform()

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 showPopup = false, 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, {double fetchDelay = 3}) → Future<bool>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ↔ FlutterQqAdsPlatform
getter/setter pair