接口 TSRSdk.TSRSdkLicenseVerifyResultCallback
-
- 封闭类:
- TSRSdk
public static interface TSRSdk.TSRSdkLicenseVerifyResultCallbackTSRSdkLicenseVerifyResultCallback is an interface for handling the result of TSRSDK license verification. Implement this interface to define custom actions that should be executed when the license verification process is completed.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonTSRSdkLicenseVerifyResult(TSRSdk.TSRSdkLicenseStatus status)This method is called when the TSRSDK license verification process is completed.
-
-
-
方法详细资料
-
onTSRSdkLicenseVerifyResult
void onTSRSdkLicenseVerifyResult(TSRSdk.TSRSdkLicenseStatus status)
This method is called when the TSRSDK license verification process is completed.- 参数:
status- TheTSRSdk.TSRSdkLicenseStatuscode of the license verification result.
-
-