Get Minor Chat Authentication URL (ComplianceGetSocialFeatureVerifyUrl)
AndroidiOSWindows
If you're using Unreal Engine, see the ComplianceGetSocialFeatureVerifyUrl for Unreal Engine SDK.
If you're using Unreal Engine, see the ComplianceGetSocialFeatureVerifyUrl for Unreal Engine SDK.
Get the URL for minor chat authentication.
Function Definition
public static string ComplianceGetSocialFeatureVerifyUrl()
Input Parameters
No input parameters.
Return Value
Returns the URL for underage chat authentication, with data type string.If the retrieval fails, returns null.
Code example
string url = INTLAPI.ComplianceGetSocialFeatureVerifyUrl();