Skip to main content

QueryBindInfo [Player Network SDK Only]

[Player Network SDK Only] Requests the backend to return the latest user link information.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

void QueryBindInfo();

Callback Processing

The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback methodID is GUA_ACCOUNT_QUERY_BIND_INFO.

Code Sample

UnionAdapterAPI.GetAccountService().QueryUserInfo();