RuntimeLicenseHandler クラス リファレンス

継承元 NSObject
定義先 RuntimeLicenseHandler.h

概要

RuntimeLicenseHandler クラス

  daysRemaining

残りの日数を取得または設定します。

@property (readonly) int daysRemaining

内容

残りの日数を取得または設定します。

定義先

RuntimeLicenseHandler.h

– init

RuntimeLicenseHandler オブジェクトを初期化します。

- (id)init

戻り値

RuntimeLicenseHandler オブジェクト

内容

RuntimeLicenseHandler オブジェクトを初期化します。

定義先

RuntimeLicenseHandler.h

– VerifyRuntimeLicense:base64LicenseData:validCodes:versionString:

ランタイムライセンスを検証します。

- (int)VerifyRuntimeLicense:(NSString *)appName base64LicenseData:(NSString *)licenseData validCodes:(NSString *)validCodes versionString:(NSString *)versionString

パラメータ

appName

アプリ名

licenseData

ライセンスデータ

validCodes

validCodes

versionString

バージョン文字列

戻り値

チェックの結果

内容

ランタイムライセンスを検証します。

定義先

RuntimeLicenseHandler.h