GfpRewardedAd

abstract class GfpRewardedAd : GfpAd

The GfpRewardedAd interface represent a rewarded ad.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val isAdInvalidated: Boolean

Indicate whether the ad is still valid.

Link copied to clipboard
abstract val isLoaded: Boolean

Returns true if the rewarded ad has been successfully loaded.

Functions

Link copied to clipboard
abstract fun close()

Closes the rewarded ad.

Link copied to clipboard
abstract fun destroy()

Destroys an interstitial ad.

Link copied to clipboard

Checks if server-side verification is being used for the rewarded ad.

Link copied to clipboard
abstract fun loadAd()

Loads an rewarded ad.

Link copied to clipboard

Requests server-side verification for the rewarded ad. This is only valid if the ad is able to get reward and server-side verification is enabled.

Link copied to clipboard
abstract fun showAd(activity: Activity): Boolean

Shows the rewarded ad.