Constructors

Link copied to clipboard
constructor(context: Context, parentController: BlockingAdController)

Properties

Link copied to clipboard
open val actionBar: ActionBar?
Link copied to clipboard
Link copied to clipboard
open val currentFocus: View?
Link copied to clipboard
open val isShowing: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val window: Window?

Functions

Link copied to clipboard
Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun closeOptionsMenu()
Link copied to clipboard
open fun create()
Link copied to clipboard
open fun dismiss()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : View?> findViewById(p0: Int): T?
Link copied to clipboard
open fun hide()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onAdEvent(adEvent: AdEvent)

This method is called to signal a change in the ads lifecycle

Link copied to clipboard
open override fun onAdRendered(controller: AdController)
Link copied to clipboard
Link copied to clipboard
open fun onContentChanged()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onCreatePanelMenu(p0: Int, p1: Menu): Boolean
Link copied to clipboard
open fun onCreatePanelView(p0: Int): View?
Link copied to clipboard
Link copied to clipboard
open override fun onError(error: NimbusError)

Callback for an error from the Nimbus SDK

Link copied to clipboard
Link copied to clipboard
open fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
Link copied to clipboard
open override fun onLayoutChange(frame: View, left: Int, top: Int, right: Int, bottom: Int, oldLeft: Int, oldTop: Int, oldRight: Int, oldBottom: Int)
Link copied to clipboard
Link copied to clipboard
open fun onMenuOpened(p0: Int, p1: Menu): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onPanelClosed(p0: Int, p1: Menu)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onPreparePanel(p0: Int, p1: View?, p2: Menu): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onStart()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun openContextMenu(p0: View)
Link copied to clipboard
open fun openOptionsMenu()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : View?> requireViewById(p0: Int): T & Any
Link copied to clipboard
open fun setCancelable(p0: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setCancelMessage(p0: Message?)
Link copied to clipboard
fun setCloseButtonDelay(delayMillis: Int)

Sets the close button delay in millis. If no close drawable has been set one will be provided

Link copied to clipboard
open fun setContentView(p0: View)
open fun setContentView(p0: Int)
Link copied to clipboard
fun setDelayAfterComplete(delaySeconds: Int)

Sets the delay in seconds before a close button will show after an ad has completed

Link copied to clipboard
open fun setDismissMessage(p0: Message?)
Link copied to clipboard
fun setDismissOnComplete(dismissOnComplete: Boolean)

Set to true if the Ad should dismiss upon receiving the COMPLETED event; default: true

Link copied to clipboard
fun setDismissOrientation(orientation: Int)

Set the orientation of the close button, can be Gravity.START or Gravity.END

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setMuteButton(drawable: Drawable?)

Sets the Drawable for the mute button; default: null, disabled: null

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Set the Drawable for the dismiss button; default: null, disabled: null

Link copied to clipboard
fun setStaticDismissTimeout(staticDismissTimeout: Int)

Set a timeout for when an ad unit should dismiss itself if its a static ad.

Link copied to clipboard
open fun setTitle(p0: CharSequence?)
open fun setTitle(p0: Int)
Link copied to clipboard
open fun show()
Link copied to clipboard
open fun takeKeyEvents(p0: Boolean)
Link copied to clipboard