QueryBindInfo [Player Network SDK Only]
[Player Network SDK Only] Requests the backend to return the latest user link information.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS, Windows
platform.Supports
Android, iOS, Windows
platform.Function Definition
- Unity
- Unreal Engine
void QueryBindInfo();
static void QueryBindInfo();
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_QUERY_BIND_INFO
.
The callback event is OnLoginResultNotify.
The callback methodID is kMethodIDAccountQueryBindInfo
.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryUserInfo();
GUA_NAMESPACE::GUAAccountService::QueryUserInfo();