PxLicense Class

@interface PxLicense : NSObject

Activates an SDK license and exposes the active license’s details.

Instance Properties

NameSummary
appIdThe application ID the license is bound to.
clientExtraInfoExtra human-readable information about the license owner.
clientNameThe license owner’s name.
featuresThe mask of features this license grants (0xfffffff for a full-featured license). See PxLicenseFeature.
statusThe current license status.
validSubscriptionTsThe UNIX timestamp the update subscription is valid until — free updates are available up to this time.
validTsThe UNIX timestamp the license is valid until (0xfffffff for an unlimited license).

Type Methods

NameSummary
infoDetails of the active license.
initializeWithKey:Activates the license with the given key.
keyThe active license key, or nil if none is set.

Relationships

Inherits From

  • NSObject
Top