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 TypeMethodDescriptionvoid
static LicenseManager
Creates *new* `LicenceManager`.protected void
finalize()
Returns hash of Client TokengetJson()
Returns decoded content of Client Tokenstatic LicenseManager
instance()
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:LicenseManager
Checks if Client Token is expired.- Specified by:
isExpired
in interfaceLicenseManager
-
getJson
Description copied from interface:LicenseManager
Returns decoded content of Client Token- Specified by:
getJson
in interfaceLicenseManager
-
getChecksum
Description copied from interface:LicenseManager
Returns hash of Client Token- Specified by:
getChecksum
in interfaceLicenseManager
-
create
Description copied from interface:LicenseManager
Creates *new* `LicenceManager`. This metod won't change Banuba SDK internal state. -
instance
Description copied from interface:LicenseManager
Returns the instance used by Banuba SDK to check licence. This istance was created by `UtilityManager.initialize`.
-