Active license initialization and information. More...
#import <PxLicense.h>
Class Methods | |
(PxLicenseStatus) | + initializeWithKey: |
Activates license with the given key. More... | |
(NSString *_Nullable) | + key |
Active license key. | |
(PxLicense *_Nonnull) | + info |
Active license information. | |
Properties | |
PxLicenseStatus | status |
License initialization status. | |
NSString * | appId |
License target application ID. | |
NSString * | clientName |
License owner name. | |
NSString * | clientExtraInfo |
Extra information about the license owner in human-readable form. | |
unsigned | validTs |
UNIX timestamp before which the licence is valid (0xfffffff for unlimited licenses) | |
unsigned | validSubscriptionTs |
unsigned | features |
Mask of features allowed by this license (0xfffffff for full-featured licenses) | |
Active license initialization and information.
+ (PxLicenseStatus) initializeWithKey: | (NSString *_Nullable) | key |
Activates license with the given key.
key | license key string. Pass nilto deactivate current license. |
|
readnonatomicassign |
UNIX timestamp before which the subscription is valid (the customer receives updates at no charge)