Query Binding Information (QueryBindInfo)
Request backend to return the latest user binding information.
Function Definition
public static void QueryBindInfo();
Return Value
Returns AuthResult, which includes the bind list (bindlist), user information fields (user_name, picture_url, etc.), and email, phone number, etc. of the bound account.
Observers
The callback interface is AuthResultObserver.The callback data structure is AuthResult.
The callback ID is INTL_AUTH_QUERY_BIND_INFO.
Code example
INTLAPI.QueryBindInfo();