StaticAdRenderer

class StaticAdRenderer : Renderer, Component

Static ad implementation of Renderer.

This class renders "static" ad types into a WebView. By default static ads do not fire the AdEvent.COMPLETED event; however, by calling setDefaultCompletionTimeoutMillis all static AdControllers rendered after that call will schedule a runnable after the IMPRESSION event has fired using that value as the delay.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun install()
Link copied to clipboard
open override fun <T : Renderer.Listener, NimbusError.Listener> render(ad: NimbusAd, container: ViewGroup, listener: T)
fun <T : Renderer.Listener, NimbusError.Listener> render(ad: NimbusAd, container: ViewGroup, replaceController: Boolean = false, listener: T)