ComplianceGetSocialFeatureVerifyUrl
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ComplianceGetSocialFeatureVerifyUrl for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ComplianceGetSocialFeatureVerifyUrl for Unreal Engine SDK.
Obtain the verification URL for messaging for minors.
Function definition
public static string ComplianceGetSocialFeatureVerifyUrl()
Input parameters
No parameters are passed.
Return value
Returns the URL for messaging verification for minors, with data type as string. Returns empty if the URL failed to be obtained.
Code sample
string url = INTLAPI.ComplianceGetSocialFeatureVerifyUrl();