接口 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.
  • 方法详细资料

    • onTSRSdkLicenseVerifyResult

      void onTSRSdkLicenseVerifyResult(TSRSdk.TSRSdkLicenseStatus status)
      This method is called when the TSRSDK license verification process is completed.
      参数:
      status - The TSRSdk.TSRSdkLicenseStatus code of the license verification result.