AppOpenAd class

Constructors

AppOpenAd(String adUnitId, {void listener(AppOpenAdEvent, dynamic)?, bool autoReload = false})

Properties

adUnitId String
final
autoReload bool
final
hashCode int
The hash code for this object.
no setterinherited
isAvailable Future<bool>
no setter
isDestroyed Future<bool>
no setter
isShowing Future<bool>
no setter
listener → void Function(AppOpenAdEvent, dynamic)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() Future<void>
loadAd() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAd() Future<bool>
toString() String
A string representation of this object.
inherited
tryToShowAd() Future<bool>

Operators

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

Constants

CHANNEL_ID → const String