Skip to main content

Query custom account user profile [Player Network SDK only]

[Player Network SDK only] After logging in with a custom account, you can use this interface to obtain user information.The information is in the profile field of AccountResult.

Supported platforms

Supports Android, iOS, Windows platform.

Function Definition

void QueryAccountProfile();

Callback Handling

The callback processing interface is GUAAccountResultObservers.The callback data structure is GUAAccountResult.

Callback event is AccountEvents. Callback ID is GUA_ACCOUNT_QUERY_ACCOUNT_PROFILE.

Code Example

UnionAdapterAPI.GetAccountService().QueryAccountProfile();