BindUI [MSDK Only]
[MSDK Only] Link UI.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS, Windows
platform.Supports
Android, iOS, Windows
platform.Function Definition
- Unity
- Unreal Engine
void BindUI(string extraJson = "");
static void BindUI(const std::string &extra_json = "{}");
Input Parameters
- Unity
- Unreal Engine
Parameter | Type | Description |
---|---|---|
extraJson | string | The extended field. For more information, see relative channel descriptions. |
Parameter | Type | Description |
---|---|---|
extra_json | std::string | The extended field. For more information, see relative channel descriptions. |
Callback Processing
The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents
.
The callback methodID is GUA_ACCOUNT_BINDUI
.
The callback event is OnLoginResultNotify
.
The callback methodID is kMethodIDAccountBindUI
.