AdEvent

sealed interface AdEvent

The base class from which all callbacks inherit. Event objects are passed as parameters to all ad callbacks to provide useful context.

Param: adID - A string that uniquely identifies the cached ad, updated when a cache operation ends Param: ad - Ad object contains ads information

Inheritors

Properties

Link copied to clipboard
abstract val ad: Ad
Link copied to clipboard
abstract val adID: String?