StaticAdRenderer
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.
Functions
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)