AdLoad

interface AdLoad

Represents an interface for ad loading events

Inheritors

Types

Link copied to clipboard
interface Listener

Interface for ad load events

Properties

Link copied to clipboard
abstract val isLoaded: Boolean

Property indicating if the ad is loaded

Functions

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.