AppNexusOptions

data class AppNexusOptions(var autoCloseTime: Int? = null, var supportNativeBanner: Boolean = false, var supportVideoBanner: Boolean = false, var clickThroughAction: AppNexusOptions.ClickThroughAction? = null)

AppNexus specific configuration

Constructors

Link copied to clipboard
constructor(autoCloseTime: Int? = null, supportNativeBanner: Boolean = false, supportVideoBanner: Boolean = false, clickThroughAction: AppNexusOptions.ClickThroughAction? = null)

Types

Link copied to clipboard

Defines how clicks on AppNexus/Xandr ads should be handled

Properties

Link copied to clipboard

A delay in seconds after which a full-screen ad will be dismissed. Default value is null.

Link copied to clipboard

Click handling behavior for AppNexus/Xandr ads. Default value is null (uses SDK default).

Link copied to clipboard

A Boolean that describes if Banner Ad can serve a Native Ad, default is false.

Link copied to clipboard

A Boolean that describes if Banner Ad can serve Video Ads, default is false.