InterstitialAdListener

Listener interface for receiving interstitial ad events. This listener provides callbacks for various events that occur during the lifecycle of an interstitial ad.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Called when the user clicks on the interstitial ad.
Link copied to clipboard
Called when the interstitial ad is closed by the user or finishes displaying.
Link copied to clipboard
Called when an interstitial ad is successfully loaded and ready to be displayed.
Link copied to clipboard
Called when the interstitial ad starts displaying.
Link copied to clipboard
open fun onError(ad: GfpInterstitialAd, error: GfpError)
Called when an error occurs during the interstitial ad lifecycle.