GfpRewardedAd

abstract class GfpRewardedAd : GfpAd

The GfpRewardedAd interface represent a rewarded ad.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun destroy()
Destroys an interstitial ad.
Link copied to clipboard
abstract fun isAdInvalidated(): Boolean
Indicate whether the ad is still valid.
Link copied to clipboard
abstract fun isLoaded(): Boolean
Returns true if the rewarded ad has been successfully loaded.
Link copied to clipboard
abstract fun loadAd()
Loads an rewarded ad.
Link copied to clipboard
abstract fun showAd(@NonNull activity: Activity): Boolean
Shows the rewarded ad.