AdClicked

data class AdClicked(clickThroughUrl: String?) : PlayerEvent

Emitted when an ad was clicked.

Constructors

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

Properties

Link copied to clipboard
val clickThroughUrl: String?

The click through url of the ad.