Query User Information (QueryUserInfo)
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.).)