ScanLicense

interface ScanLicense

An interface for activating/deactivating license and checking license status

Since

1.0.0

Functions

Link copied to clipboard
abstract fun activateLicense(context: Context, licenseKey: String, callback: LicenseActivationCallback?)

API to activate enterprise license

Link copied to clipboard
abstract fun deActivateLicense(context: Context, licenseKey: String): Boolean

API to deactivate enterprise license

Link copied to clipboard
abstract fun isActivatedLicense(context: Context): Boolean

API to get license activation result