NativeAdEventHandler class

Constructors

NativeAdEventHandler(String id, String placementId, {NativeAdFunction? onAdLoaded, NativeAdEmptyFunction? onAdClosed, NativeAdEmptyFunction? onAdClicked, NativeAdErrorFunction? onError, NativeAdEmptyFunction? onAdShown})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
onAdClicked NativeAdEmptyFunction?
final
onAdClosed NativeAdEmptyFunction?
final
onAdLoaded NativeAdFunction?
final
onAdShown NativeAdEmptyFunction?
final
onError NativeAdErrorFunction?
final
placementId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handle(MethodCall call) Future
loadAd() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openChannel() → void
recordClick() → void
toString() String
A string representation of this object.
inherited

Operators

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