QueryUserInfo
AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryUserInfo for Unity SDK.
If you were looking for the method for use with Unity, see QueryUserInfo for Unity SDK.
Player Network SDK requests the backend to return the latest user information, which includes the bindlist that contains information of channels linked to the user account.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryUserIno();
Code sample
UINTLSDKAPI::QueryUserInfo();
Return value
This interface will return AuthResult which contains the list of channels linked to the user account (bindlist) and personal information fields (user name, picture URL, etc.)