RewardedAdapterListener
interface RewardedAdapterListener
This is SDK internal listener for Rewarded ad. Provides callbacks for various events that occur during the rewarded ad lifecycle, including loading, display, interaction, reward handling, and error management.
Functions
Link copied to clipboard
Called when the rewarded ad is clicked.
Link copied to clipboard
Called when the rewarded ad is closed.
Link copied to clipboard
abstract fun onAdCompleted(@NonNull adapter: GfpRewardedAdAdapter, @NonNull rewardItem: GfpRewardItem)
Called when the rewarded ad is completed.
Link copied to clipboard
Called when the rewarded ad fails to load.
Link copied to clipboard
Called when the rewarded ad fails to show.
Link copied to clipboard
Called when the rewarded ad is successfully loaded and ready to be displayed.
Link copied to clipboard
Called when the rewarded ad starts displaying.