LicenseValidated

data class LicenseValidated(val data: LicenseData) : PlayerEvent

Emitted when a licensing call succeeded.

Constructors

Link copied to clipboard
constructor(data: LicenseData)

Properties

Link copied to clipboard

The additional license data that is returned from the license server.