Skip to main content

Basic Data Structure (GUABaseResult)

GUABaseResult is the base class for UnionAdapter SDK callback data structures, shared by both MSDK and Player Network SDK callback data.

ParametersTypeDescription
MethodIdintCallback method ID, see MethodID.
RetCodeintSDK return code
For more information, see Client Error Codes.
RetMsgstringDescription of the information corresponding to the SDK return code.
ThirdCodeintReturn Code of Third-Party Channel
Default is 0.
When an error occurs in a third-party channel, it returns the corresponding MSDK or Player Network SDK third-party channel error code.
ThirdMsgstringDescription corresponding to the third-party channel return code
ExtraJsonstringExtended fields (in JSON format) containing additional information for certain channels.