Skip to main content

Query User Information (QueryUserInfo)

[Shared by Player Network SDK and MSDK] Pull a request from the backend and return the latest user information.

Supported platforms

Supports Android, iOS, Windows platform.
note

MSDK currently does not support Windows

Function Definition

void QueryUserInfo();

Callback Handling

The callback handling interface is GUALoginResultObservers.The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. Callback ID is GUA_ACCOUNT_QUERY_USER_INFO.

Code Example

UnionAdapterAPI.GetAccountService().QueryUserInfo();