InterstitialAdProvider
interface InterstitialAdProvider
Provider interface for interstitial ads. Each ad network implements this to load and show interstitial ads.
Types
Link copied to clipboard
interface InterstitialAdCallback
Callback for interstitial ad load events.
Link copied to clipboard
interface InterstitialShowCallback
Callback for interstitial ad show lifecycle events.
Functions
Link copied to clipboard
abstract fun loadAd(context: Context, adUnitId: String, callback: InterstitialAdProvider.InterstitialAdCallback)
Load an interstitial ad.
Link copied to clipboard
Show a previously loaded interstitial ad.