Skip to main content

GUABaseResult

GUABaseResult is UnionAdapter SDK's base class for callback data structures shared by MSDK and Player Network SDK.

ParameterTypeDescription
MethodIdint    Callback method ID, see MethodID.
RetCodeint    SDK return code
For more information, see Client Error Code.
RetMsg  stringSDK return message
ThirdCode int  Third-party channel return code
Default: 0
When a third-party error occurs, the corresponding MSDK error code or Player Network SDK error code is returned.
ThirdMsg stringThird-party channel return message
ExtraJson stringThe extended field (JSON string) that contains additional information for some channels.