XuniLicenseManager Class Reference

Inherits from NSObject
Declared in LicenseManager.h

Overview

Class XuniLicenseManager.

+ getKey

Get a key string.

+ (NSString *)getKey

Return Value

a key string.

Discussion

Get a key string.

Declared In

LicenseManager.h

+ setKey:

Set the key.

+ (void)setKey:(NSString *)key

Parameters

key

the key.

Discussion

Set the key.

Declared In

LicenseManager.h

+ checkLicense

Check license.

+ (void)checkLicense

Discussion

Check license.

Declared In

LicenseManager.h

+ showDialog:throwException:

Show dialog when throws exception.

+ (void)showDialog:(NSString *)withMessage throwException:(Boolean)throwException

Parameters

withMessage

the message.

throwException

whether throws exception.

Discussion

Show dialog when throws exception.

Declared In

LicenseManager.h