+

TSRSdkLicenseVerifyResultCallback Protocol Reference

+ + +
+ + + + + + + +
Conforms toNSObject
Declared inTSRSdk.h
+ + + + +
+ +

Overview

+

TSRSdkLicenseVerifyResultCallback is a protocal for handling the result of TSRSDK license verification. +Implement this protocal to define custom actions that should be executed when the license verification process +is completed.

+
+ + + + + +
+ + + + + + +
+
+ +

– onTSRSdkLicenseVerifyResult: +required method

+ +
+
+ +
+ + +
+

This method is called when the TSRSDK license verification process is completed.

+
+ + + +
- (void)onTSRSdkLicenseVerifyResult:(TSRSdkLicenseStatus)status
+ + + +
+

Parameters

+ + + + + + + +
status

The TSRSdkLicenseStatus code of the license verification result.

+
+ + + + + + + +
+

Discussion

+

This method is called when the TSRSDK license verification process is completed.

+
+ + + + + + + +
+

Declared In

+

TSRSdk.h

+
+ + +
+
+
+
+ +
+ + + + + + +