QueryBindInfo
AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryBindInfo for Unity SDK.
If you were looking for the method for use with Unity, see QueryBindInfo for Unity SDK.
Requests the backend to return the latest user linking information.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool 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 kMethodIDAuthQueryBindInfo
.
Code sample
UINTLSDKAPI::QueryBindInfo();