Obtain LI PASS merged user information (GetLICombineAccountInfo)
Obtain LI PASS merged user information.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void GetLICombineAccountInfo();
Callback processing
The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.
The callback ID is kMethodIDAuthGetLIPCombineAccountInfo.
Sample Code
auto LICombineAccountInfo = UINTLSDKAPI::GetLICombineAccountInfo();
Return values
Returns information such as LI PASS user avatar, compliance information, LI PASS agreement checkbox status, and related user points.