GetSocialFeatureStatus
AndroidiOSWindows
If you were looking for the method for use with Unity, see GetSocialFeatureStatus for Unity SDK.
If you were looking for the method for use with Unity, see GetSocialFeatureStatus for Unity SDK.
Obtain the authorization status of messaging for minors. When the SOCIAL_FEATURE_APPROVE_STATUS event of LIEventObserver is triggered, the authorization status of messaging for minors is returned to the game.
note
For minors who have not completed messaging authorization, LI PASS will open the related verification webpage with WebView.
When this webpage is closed, the SOCIAL_FEATURE_APPROVE_RESULT event of LIEventObserver is triggered to inform the game of the authorization result of messaging for minors.
Function definition
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void GetSocialFeatureStatus();
Input parameters
No parameters are passed.
Code sample
ULevelInfiniteAPI::GetSocialFeatureStatus();