AdropBannerListener class
Listener called when there is a change in the AdropBannerView.
onAdReceived Gets invoked when the banner receives an ad. onAdClicked Gets invoked when the banner is clicked. onAdImpression Gets invoked when the banner is impressed. onAdFailedToReceive Gets invoked with AdropErrorCode when the banner fails to receive an ad.
Constructors
- AdropBannerListener.new({AdropAdEventCallback? onAdReceived, AdropAdFailedCallback? onAdFailedToReceive, AdropAdEventCallback? onAdClicked, AdropAdEventCallback? onAdImpression})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAdClicked → AdropAdEventCallback?
-
final
- onAdFailedToReceive → AdropAdFailedCallback?
-
final
- onAdImpression → AdropAdEventCallback?
-
final
- onAdReceived → AdropAdEventCallback?
-
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