AppOpenAdLoader

Full-screen app open ads.

Parameters

context

The activity context the view is running in, through which it can access the current theme, resources, etc. In particular, it uses the window manager and theme in this context to present its UI.

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard

Cancel active loading of the app open ads.

Link copied to clipboard
fun loadAd(adRequestConfiguration: AdRequestConfiguration)

Starts loading the ad by AdRequestConfiguration on a background thread.

Link copied to clipboard