AdClicked

data class AdClicked(val clickThroughUrl: String?) : PlayerEvent

Emitted when an ad was clicked.

Constructors

Link copied to clipboard
constructor(clickThroughUrl: String?)

Properties

Link copied to clipboard

The click through url of the ad.