接口 TSRSdk.TSRSdkLicenseVerifyResultCallback
- 封闭类:
- TSRSdk
public static interface TSRSdk.TSRSdkLicenseVerifyResultCallback
TSRSdkLicenseVerifyResultCallback 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.
-
方法概要
修饰符和类型方法说明void
This method is called when the TSRSDK license verification process is completed.
-
方法详细资料
-
onTSRSdkLicenseVerifyResult
This method is called when the TSRSDK license verification process is completed.- 参数:
status
- TheTSRSdk.TSRSdkLicenseStatus
code of the license verification result.
-