Skip to main content

QueryAccountProfile [Player Network SDK Only]

[Player Network SDK Only] After logging in to the custom account, obtain user information through this interface. The information is in the profile field of ·AccountResult·.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

void QueryAccountProfile();

Callback Processing

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

The callback event is AccountEvents. The callback methodID is GUA_ACCOUNT_QUERY_ACCOUNT_PROFILE.

Code Sample

UnionAdapterAPI.GetAccountService().QueryAccountProfile();