App Nexus Options
class AppNexusOptions(var autoCloseTime: Int? = null, var supportNativeBanner: Boolean = false, var supportVideoBanner: Boolean = false)
AppNexus specific configuration
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.