TapSDK C#
Classes | Enumerations
TapTap.License Namespace Reference

Classes

interface  ITapLicense
 
interface  ITapLicenseCallback
 
interface  ITapDlcCallback
 
class  TapLicenseConstants
 
class  TapLicense
 
class  TapLicenseImpl
 

Enumerations

enum class  TapLicenseQueryCode { QUERY_RESULT_OK = 0 , QUERY_RESULT_NOT_INSTALL_TAPTAP = 1 , QUERY_RESULT_ERR = 2 , ERROR_CODE_UNDEFINED = 80000 }
 
enum class  TapLicensePurchasedCode { DLC_NOT_PURCHASED = 0 , DLC_PURCHASED = 1 , DLC_RETURN_ERROR = -1 , ERROR_CODE_UNDEFINED = 80000 }
 

Enumeration Type Documentation

◆ TapLicensePurchasedCode

Enumerator
DLC_NOT_PURCHASED 
DLC_PURCHASED 

支付成功

DLC_RETURN_ERROR 

支付出现问题

ERROR_CODE_UNDEFINED 

◆ TapLicenseQueryCode

Enumerator
QUERY_RESULT_OK 
QUERY_RESULT_NOT_INSTALL_TAPTAP 

未安装客户端,sdk有相应处理,正常不需要开发者做处理

QUERY_RESULT_ERR 

查询失败

ERROR_CODE_UNDEFINED