ExpirationEvent

data class ExpirationEvent(val ad: Ad, val reason: ExpirationReason)

Event object passed to the onAdExpired callback.

Parameters

ad

The Ad object that expired.

reason

The reason why the ad expired or became unavailable from the cache.

Constructors

Link copied to clipboard
constructor(ad: Ad, reason: ExpirationReason)

Properties

Link copied to clipboard
val ad: Ad
Link copied to clipboard
val reason: ExpirationReason