AdropRewardedListener class
A listener called when load or show is called in the AdropRewardedAd.
onAdReceived Gets invoked when the rewarded ad is received. onAdClicked Gets invoked when the rewarded ad is clicked. onAdImpression Gets invoked when the rewarded ad is shown. onAdWillPresentFullScreen Gets invoked when the rewarded ad is about to appear. (iOS only) onAdDidPresentFullScreen Gets invoked when the rewarded ad appeared. onAdWillDismissFullScreen Gets invoked when the rewarded ad is about to disappear. (iOS only) onAdDidDismissFullScreen Gets invoked when the rewarded ad disappeared. onAdFailedToReceive Gets invoked with AdropErrorCode when the rewarded ad fails to be received. onAdFailedToShowFullScreen Gets invoked with AdropErrorCode when the rewarded ad fails to be shown. onAdEarnRewardHandler Gets invoked with reward type & amount when the rewarded ad gets reward message.
- Inheritance
-
- Object
- AdropInterstitialListener
- AdropRewardedListener
Constructors
- AdropRewardedListener.new({AdropAdRewardEventCallback? onAdEarnRewardHandler, AdropAdCallback? onAdReceived, AdropAdCallback? onAdClicked, AdropAdCallback? onAdImpression, AdropAdCallback? onAdWillPresentFullScreen, AdropAdCallback? onAdDidPresentFullScreen, AdropAdCallback? onAdWillDismissFullScreen, AdropAdCallback? onAdDidDismissFullScreen, AdropAdErrorCallback? onAdFailedToReceive, AdropAdErrorCallback? onAdFailedToShowFullScreen})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAdBackButtonPressed → AdropAdCallback?
-
finalinherited
- onAdClicked → AdropAdCallback?
-
finalinherited
- onAdDidDismissFullScreen → AdropAdCallback?
-
finalinherited
- onAdDidPresentFullScreen → AdropAdCallback?
-
finalinherited
- onAdEarnRewardHandler → AdropAdRewardEventCallback?
-
final
- onAdFailedToReceive → AdropAdErrorCallback?
-
finalinherited
- onAdFailedToShowFullScreen → AdropAdErrorCallback?
-
finalinherited
- onAdImpression → AdropAdCallback?
-
finalinherited
- onAdReceived → AdropAdCallback?
-
finalinherited
- 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