AdClicked

data class AdClicked(clickThroughUrl: String?) : PlayerEvent

Emitted when an ad was clicked.

Constructors

AdClicked
Link copied to clipboard
fun AdClicked(clickThroughUrl: String?)

Properties

clickThroughUrl
Link copied to clipboard
val clickThroughUrl: String?
The click through url of the ad.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.