AdShowListener class

Constructors

AdShowListener({required dynamic onAdHidden(MaxAd? ad), dynamic showAdSuccess(MaxAd? ad, MaxAdInfoBean? maxAdInfoBean)?, dynamic showAdFail(MaxAd? ad, MaxError? error)?, dynamic onAdRevenuePaidCallback(MaxAd ad)?, dynamic onAdReceivedReward(MaxAd ad, MaxReward reward)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdHidden → dynamic Function(MaxAd? ad)
final
onAdReceivedReward → (dynamic Function(MaxAd ad, MaxReward reward)?)
final
onAdRevenuePaidCallback → (dynamic Function(MaxAd ad)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAdFail → (dynamic Function(MaxAd? ad, MaxError? error)?)
final
showAdSuccess → (dynamic Function(MaxAd? ad, MaxAdInfoBean? maxAdInfoBean)?)
final

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