Banuba SDK
|
This class incapsulates information about Client Token. More...
#import <BNBLicenseManager.h>
Instance Methods | |
(BOOL) | - isExpired |
Checks if Client Token is expired. More... | |
(nonnull NSString *) | - getJson |
Returns decoded content of Client Token. More... | |
Class Methods | |
(nullable BNBLicenseManager *) | + create: |
Creates new LicenceManager . More... | |
(nullable BNBLicenseManager *) | + instance |
Returns the instance used by Banuba SDK to check licence. More... | |
This class incapsulates information about Client Token.
Definition at line 9 of file BNBLicenseManager.h.
+ (nullable BNBLicenseManager *) create: | (nonnull NSString *) | clientToken |
Creates new LicenceManager
.
This metod won't change Banuba SDK internal state.
- (nonnull NSString *) getJson |
Returns decoded content of Client Token.
+ (nullable BNBLicenseManager *) instance |
Returns the instance used by Banuba SDK to check licence.
This istance was created by UtilityManager.initialize
.
- (BOOL) isExpired |
Checks if Client Token is expired.