Skip to main content

Query User Information (QueryUserInfo)

AndroidiOSWindows
If you're using Unreal Engine, see the QueryUserInfo for Unreal Engine SDK.

Player Network SDK will pull the requests to the backend and return the latest user information, which includes the binding list (bindlist) of the user's account information bindings.

Function Definition

public static void QueryUserInfo();

Code Sample

INTLAPI.QueryUserInfo();

Return Value

This interface will return AuthResult, which contains the binding list information (bindlist) and personal information fields (username, image URL, etc.).)