NativeAdLoader

open class NativeAdLoader(context: Context)

Class containing controls for native ad loading.

Parameters

context

The activity context used to retrieve the application context

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard

Cancel loading the native ad.

Link copied to clipboard
fun loadAd(nativeAdRequestConfiguration: NativeAdRequestConfiguration)

Start loading the native ad by NativeAdRequestConfiguration on a background thread.

Link copied to clipboard

Register a callback for listening native ad loader.