LicenseValidated

data class LicenseValidated(data: LicenseData) : PlayerEvent

Emitted when a licensing call succeeded.

Constructors

LicenseValidated
Link copied to clipboard
fun LicenseValidated(data: LicenseData)

Properties

data
Link copied to clipboard
val data: LicenseData
The additional license data that is returned from the license server.

Inherited properties

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