QueryUserInfo
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryUserInfo for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see QueryUserInfo for Unreal Engine SDK.
Player Network SDK requests the backend to return the latest user information, which includes the bindlist that contains information of channels linked to the user account.
Function definition
public static void QueryUserInfo();
Code sample
INTLAPI.QueryUserInfo();
Return value
This interface will return AuthResult which contains the list of channels linked to the user account (bindlist) and personal information fields (user name, picture URL, etc.)