Query Bind Information (QueryBindInfo) [Player Network SDK Only]
[Player Network SDK Only] Request user binding information.
AndroidiOSWindows
Function Definition
- Unity
- Unreal Engine
void QueryBindInfo();
static void QueryBindInfo();
Callback Handling
The callback processing interface is GUALoginResultObservers.The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_QUERY_BIND_INFO.
The callback event is OnLoginResultNotify. The callback ID is kMethodIDAccountQueryBindInfo.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryUserInfo();
GUA_NAMESPACE::GUAAccountService::QueryUserInfo();