EyuAdListener class

Shared event callbacks used in Native and Banner ads.

Constructors

EyuAdListener({AdEventCallback? onAdLoaded, AdLoadErrorCallback? onAdLoadFailed, AdEventCallback? onAdClosed, AdEventCallback? onAdShowed, AdEventCallback? onAdShowFailed, AdEventCallback? onAdReward, AdEventCallback? onAdImpression, AdEventCallback? onAdClicked, AdEventCallback? onAdRevenuePained})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdClicked AdEventCallback?
final
onAdClosed AdEventCallback?
final
onAdImpression AdEventCallback?
final
onAdLoaded AdEventCallback?
final
onAdLoadFailed AdLoadErrorCallback?
final
onAdRevenuePained AdEventCallback?
final
onAdReward AdEventCallback?
final
onAdShowed AdEventCallback?
final
onAdShowFailed AdEventCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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