Query Binding Information (QueryBindInfo)
Request backend to return the latest user binding information.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryBindInfo();
Return Value
Returns AuthResult, which includes the bind list information (bindlist), personal information fields (user_name, picture_url, etc.), as well as the email, mobile number, etc. of the bound account.
Observers
The callback interface is AuthResultObserver.The callback data structure is AuthResult.
Callback ID is kMethodIDAuthQueryBindInfo.
Code example
UINTLSDKAPI::QueryBindInfo();