Skip to main content

Gets the authorization status for minor chat (GetSocialFeatureStatus).

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

Gets the authorization status for minor chat.After the SOCIAL_FEATURE_APPROVE_STATUS event is triggered in the LI PASS event callback, the authorization status for minor chat in the game will be notified.

note

For minor players who have not completed social feature authorization, LI PASS will initiate a related certification webpage through WebView.

Function Definition

UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void GetSocialFeatureStatus();

Parameter Details

No input parameters.

Sample Code

ULevelInfiniteAPI::GetSocialFeatureStatus();