Licence

interface Licence

Use LicenceManager to get licence related information

Types

Link copied to clipboard
interface LicenceStatusChangeListener : Consumer<LicenceStatus>
Listener for licence status change events

Functions

Link copied to clipboard
Register a listener for LicenceStatus change events
Link copied to clipboard
abstract fun getEmailLogin(): String
Link copied to clipboard
abstract fun getLicenceId(): String
Get licenseId
Link copied to clipboard
abstract fun getLicenceStatus(): LicenceStatus
Get License status
Link copied to clipboard
abstract fun getLicenceStatusCode(status: LicenceStatus): String
Get licence status code as string
Link copied to clipboard
Unregister a listener for LicenceStatus change events