ComplianceGetSocialFeatureVerifyUrl
AndroidiOSWindows
If you were looking for the method for use with Unity, see ComplianceGetSocialFeatureVerifyUrl for Unity SDK.
If you were looking for the method for use with Unity, see ComplianceGetSocialFeatureVerifyUrl for Unity SDK.
Obtain the verification URL for messaging for minors.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static FString ComplianceGetSocialFeatureVerifyUrl();
Input parameters
No parameters are passed.
Return value
Returns the URL for messaging verification for minors, with data type as FString. Returns empty if the URL failed to be obtained.
Code sample
FString url = UINTLSDKAPI::ComplianceGetSocialFeatureVerifyUrl();