Skip to main content

QueryBindInfo

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryBindInfo for Unreal Engine SDK.

Requests the backend to return the latest user linking information.

Function definition

public static void QueryBindInfo();

Return value

Returns AuthResult, which contains information including linked lists (bindlist), personal information fields (such as user_name, picture_url), email of linked accounts, phone number of linked accounts.

Observers

The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.

The callback methodID is INTL_AUTH_QUERY_BIND_INFO.

Code sample

INTLAPI.QueryBindInfo();