AppNexusOptions

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

AppNexus specific configuration

Constructors

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

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

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.