Skip to main content

Basic Data Structure (INTLBaseResult)

info

Player Network SDK callback base class, all SDK callback classes inherit from it.

info

It is recommended to display both the RetCode and Third Code on business error code displays to facilitate issue location.For example (RetCode, ThirdCode)

INTLBaseResult

ParametersTypeExplanation
MethodIdintCallback Method ID
RetCodeintSDK return code
For details, please refer to Client Error Code.
RetMsgStringSDK return code corresponding message description
ThirdCodeintReturn code of third-party channel
Returns corresponding error code when third-party error occurs
Default is 0
ThirdMsgStringThird-party channel return code corresponding message description
ExtraJsonStringExtended field (JSON string) contains extra information of some channels.