FullscreenAd

Interface for full-screen ads that can be shown to users.

Parameters

T

the listener that will be notified of the ad show events.

Inheritors

Properties

Link copied to clipboard
abstract val isLoaded: Boolean

Property indicating if the ad is loaded

Functions

Link copied to clipboard
abstract fun destroy()

Release all resources held by this object, and prevent further use.

Link copied to clipboard
abstract fun load(bidResponseJson: String, listener: AdLoad.Listener?)

Loads the ad with the specified bidResponseJson and listener. If the ad is currently being displayed, the underlying ad object will be destroyed before loading a new one.

Link copied to clipboard
abstract fun show(listener: T?)

Shows the ad to the user.