Skip to main content

Obtain LI PASS merged user information (GetLICombineAccountInfo)

AndroidiOSWindows
If you're using the Unity engine, see the GetLICombineAccountInfo for Unity SDK.

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.