Skip to main content

Get account bind result (RequestBindDataForAccount)

AndroidiOSWindows

Get bind result.During the LI PASS binding process, the binding result is obtained from this interface.

Function Definition

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

Parameter Instructions

ParametersTypeExplanation
uidstringAccount information UID
tokenStringAccount token
extraJsonStringExtra parameters, JSON format

Observers

The callback handler 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","");