AdropPopupListener class

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

onAdReceived Gets invoked when the popup ad is received. onAdClicked Gets invoked when the popup ad is clicked. onAdImpression Gets invoked when the popup ad is shown. onAdWillPresentFullScreen Gets invoked when the popup ad is about to appear. (iOS only) onAdDidPresentFullScreen Gets invoked when the popup ad appeared. onAdWillDismissFullScreen Gets invoked when the popup ad is about to disappear. (iOS only) onAdDidDismissFullScreen Gets invoked when the popup ad disappeared. onAdFailedToReceive Gets invoked with AdropErrorCode when the popup ad fails to be received. onAdFailedToShowFullScreen Gets invoked with AdropErrorCode when the popup ad fails to be shown. onAdVideoStart Gets invoked when the popup ad video starts playing. onAdVideoEnd Gets invoked when the popup ad video ends playing.

Inheritance

Constructors

AdropPopupListener.new({AdropAdCallback? onAdReceived, AdropAdCallback? onAdClicked, AdropAdCallback? onAdImpression, AdropAdCallback? onAdWillPresentFullScreen, AdropAdCallback? onAdDidPresentFullScreen, AdropAdCallback? onAdWillDismissFullScreen, AdropAdCallback? onAdDidDismissFullScreen, AdropAdErrorCallback? onAdFailedToReceive, AdropAdErrorCallback? onAdFailedToShowFullScreen, AdropAdVideoCallback? onAdVideoStart, AdropAdVideoCallback? onAdVideoEnd})

Properties

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