onAdCompleted

abstract fun onAdCompleted(@NonNull adapter: GfpRewardedAdAdapter, @NonNull rewardItem: GfpRewardItem)

Called when the rewarded ad is completed. The ad has been played to the end and the user should be rewarded.

Parameters

adapter

The adapter where the ad was completed

rewardItem

The reward item containing the reward details. The reward type and amount can be accessed through getType() and getAmount() methods.