Package com.banuba.sdk.license_utils
Interface LicenseManager
- All Known Implementing Classes:
LicenseManager.CppProxy
public interface LicenseManager
This class incapsulates information about Client Token.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseManager
Creates *new* `LicenceManager`.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
-
isExpired
Checks if Client Token is expired. -
getJson
Returns decoded content of Client Token -
getChecksum
Returns hash of Client Token -
create
Creates *new* `LicenceManager`. This metod won't change Banuba SDK internal state. -
instance
Returns the instance used by Banuba SDK to check licence. This istance was created by `UtilityManager.initialize`.
-