Document Scanning SDK for Apple iOS  2.5.2
Class Methods | Properties | List of all members
PxLicense Class Reference

Active license initialization and information. More...

#import <PxLicense.h>

Inheritance diagram for PxLicense:

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)
 

Detailed Description

Active license initialization and information.

Method Documentation

◆ initializeWithKey:()

+ (PxLicenseStatus) initializeWithKey: (NSString *_Nullable)  key

Activates license with the given key.

Parameters
keylicense key string. Pass nilto deactivate current license.

Property Documentation

◆ validSubscriptionTs

- (unsigned) validSubscriptionTs
readnonatomicassign

UNIX timestamp before which the subscription is valid (the customer receives updates at no charge)