Skip to main content

QueryUserInfo

[Player Network SDK and MSDK] Request the backend to return the latest user information.

Supported Platform

Supports Android, iOS, Windows platform.
note

MSDK currently does not support Windows.

Function Definition

void QueryUserInfo();

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_USER_INFO.

Code Sample

UnionAdapterAPI.GetAccountService().QueryUserInfo();