Package io.scanbot.sdk
Interface LicensableSdk
-
- All Implemented Interfaces:
public interface LicensableSdk
A component that can be licensed - can perform license check and return info about results of such check.
-
-
Method Summary
Modifier and Type Method Description abstract SdkLicenseInfo
getLicenseInfo()
Provides full info of the license current state. -
-
Method Detail
-
getLicenseInfo
abstract SdkLicenseInfo getLicenseInfo()
Provides full info of the license current state. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
-
-
-
-