AdEvent

interface AdEvent

Simple data class used to store information about the ad event.

Types

Link copied to clipboard
Link copied to clipboard
sealed class Type

Various event types sent by the AdBaseManager to its delegate.

Properties

Link copied to clipboard
abstract val ad: AdData?

The current ad that is playing or has just played.

Link copied to clipboard
abstract val extraAdData: Map<String, Any>?

Extra data about the ad. Can be null.

Link copied to clipboard
abstract val type: AdEvent.Type

Event type