initializeWithKey: Type Method

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

References: PxLicenseStatus

Activates the license with the given key.

Parameters

  • key — The license key, or nil to deactivate the current license.

Return Value

The resulting license status.

Top