RewardedAdListener

Listener interface for receiving rewarded ad events. This listener provides callbacks for various events that occur during the lifecycle of a rewarded ad.

See also

GfpRewardedAdManager#setAdListener(RewardedAdListener)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Called when the user clicks on the rewarded ad.
Link copied to clipboard
Called when the rewarded ad is closed by the user.
Link copied to clipboard
Called when the user has completed watching the rewarded ad and is eligible for a reward.
Link copied to clipboard
Called when a rewarded ad is successfully loaded and ready to be displayed.
Link copied to clipboard
Called when the rewarded ad starts displaying.
Link copied to clipboard
open fun onError(ad: GfpRewardedAd, error: GfpError)
Called when an error occurs during the rewarded ad lifecycle.