Impression

data class Impression(data: ImpressionData) : PlayerEvent

Emitted when an impression call succeeded.

Constructors

Impression
Link copied to clipboard
fun Impression(data: ImpressionData)

Properties

data
Link copied to clipboard
val data: ImpressionData

Inherited properties

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