XuniLicenseManager クラス リファレンス

継承元 NSObject
定義先 LicenseManager.h

概要

XuniLicenseManager クラス

+ getKey

キー文字列を取得します。

+ (NSString *)getKey

戻り値

キー文字列

内容

キー文字列を取得します。

定義先

LicenseManager.h

+ setKey:

キー文字列を設定します。

+ (void)setKey:(NSString *)key

パラメータ

key

キー文字列

内容

キー文字列を設定します。

定義先

LicenseManager.h

+ checkLicense

ライセンスをチェックします。

+ (void)checkLicense

内容

ライセンスをチェックします。

定義先

LicenseManager.h

+ showDialog:throwException:

例外を生成するときにダイアログを表示します。

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

パラメータ

withMessage

メッセージ

throwException

例外を生成するかどうか

内容

例外を生成するときにダイアログを表示します。

定義先

LicenseManager.h