GfpInterstitialAd

abstract class GfpInterstitialAd : GfpAd

The GfpInterstitialAd interface represent a interstitial 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 interstitial ad has been successfully loaded.
Link copied to clipboard
abstract fun loadAd()
Loads an interstitial ad.
Link copied to clipboard
abstract fun showAd(activity: Activity): Boolean
Shows the interstitial ad.