Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdClicked
Ad
Clicked
data class
AdClicked
(clickThroughUrl:
String
?) :
PlayerEvent
Content copied to clipboard
Emitted when an ad was clicked.
Constructors
Properties
Inherited properties
Constructors
AdClicked
Link copied to clipboard
fun
AdClicked
(clickThroughUrl:
String
?)
Content copied to clipboard
Properties
clickThroughUrl
Link copied to clipboard
val
clickThroughUrl
:
String
?
Content copied to clipboard
The click through url of the ad.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.