Skip to main content

Get Minor Chat Authentication URL (ComplianceGetSocialFeatureVerifyUrl)

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

Get the URL for minor chat authentication.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static FString ComplianceGetSocialFeatureVerifyUrl();

Input Parameters

No input parameters.

Return Value

Returns the URL for minor chat authentication, with data type FString.If the retrieval fails, returns null.

Code example

FString url = UINTLSDKAPI::ComplianceGetSocialFeatureVerifyUrl();