Package com.banuba.sdk.license_utils
Class LicenseManager.CppProxy
java.lang.Object
com.banuba.sdk.license_utils.LicenseManager.CppProxy
- All Implemented Interfaces:
LicenseManager
- Enclosing interface:
- LicenseManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.license_utils.LicenseManager
LicenseManager.CppProxy -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic LicenseManagerCreates *new* `LicenceManager`.protected voidfinalize()Returns hash of Client TokengetJson()Returns decoded content of Client Tokenstatic LicenseManagerinstance()Returns the instance used by Banuba SDK to check licence.Checks if Client Token is expired.
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
-
isExpired
Description copied from interface:LicenseManagerChecks if Client Token is expired.- Specified by:
isExpiredin interfaceLicenseManager
-
getJson
Description copied from interface:LicenseManagerReturns decoded content of Client Token- Specified by:
getJsonin interfaceLicenseManager
-
getChecksum
Description copied from interface:LicenseManagerReturns hash of Client Token- Specified by:
getChecksumin interfaceLicenseManager
-
create
Description copied from interface:LicenseManagerCreates *new* `LicenceManager`. This metod won't change Banuba SDK internal state. -
instance
Description copied from interface:LicenseManagerReturns the instance used by Banuba SDK to check licence. This istance was created by `UtilityManager.initialize`.
-