Skip to main content

RequestBindDataForAccount

AndroidiOSWindows

Retrieve linking result. When linking LI PASS, use this API to retrieve the linking result.

Function definition

public static void RequestBindDataForAccount(string uid, string token, string extraJson)

Input parameters

ParameterTypeDescription
uidstringAccount info uid
tokenstringAccount info token
extraJsonstringExtra parameters in JSON format

Observers

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

The callback methodID is INTL_AUTH_BIND_DATA_FOR_ACCOUNT.

Code sample

INTLAPI.RequestBindDataForAccount("uid","token","");