AdropInterstitialListener class

A listener called when load or show is called in the AdropInterstitialAd.

onAdReceived Gets invoked when the interstitial ad is received. onAdClicked Gets invoked when the interstitial ad is clicked. onAdImpression Gets invoked when the interstitial ad is shown. onAdWillPresentFullScreen Gets invoked when the interstitial ad is about to appear. (iOS only) onAdDidPresentFullScreen Gets invoked when the interstitial ad appeared. onAdWillDismissFullScreen Gets invoked when the interstitial ad is about to disappear. (iOS only) onAdDidDismissFullScreen Gets invoked when the interstitial ad disappeared. onAdFailedToReceive Gets invoked with AdropErrorCode when the interstitial ad fails to be received. onAdFailedToShowFullScreen Gets invoked with AdropErrorCode when the interstitial ad fails to be shown. onAdBackButtonPressed Gets invoked when the user presses the back button while the interstitial ad is displayed. (Android only)

Implementers

Constructors

AdropInterstitialListener.new({AdropAdCallback? onAdReceived, AdropAdCallback? onAdClicked, AdropAdCallback? onAdImpression, AdropAdCallback? onAdWillPresentFullScreen, AdropAdCallback? onAdDidPresentFullScreen, AdropAdCallback? onAdWillDismissFullScreen, AdropAdCallback? onAdDidDismissFullScreen, AdropAdErrorCallback? onAdFailedToReceive, AdropAdErrorCallback? onAdFailedToShowFullScreen, AdropAdCallback? onAdBackButtonPressed})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdBackButtonPressed AdropAdCallback?
final
onAdClicked AdropAdCallback?
final
onAdDidDismissFullScreen AdropAdCallback?
final
onAdDidPresentFullScreen AdropAdCallback?
final
onAdFailedToReceive AdropAdErrorCallback?
final
onAdFailedToShowFullScreen AdropAdErrorCallback?
final
onAdImpression AdropAdCallback?
final
onAdReceived AdropAdCallback?
final
onAdWillDismissFullScreen AdropAdCallback?
final
onAdWillPresentFullScreen AdropAdCallback?
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