跳转至

ConsentRequestParameters

ConsentRequestParameters 类封装了通过 ConsentInformation.update 请求同意信息更新时使用的参数。

属性

用户是否被视为未达到 GDPR 同意年龄。

var tag_for_under_age_of_consent: bool
public bool TagForUnderAgeOfConsent { get; set; }

用于测试同意流程的可选调试设置。参见 ConsentDebugSettings

var consent_debug_settings: ConsentDebugSettings
public ConsentDebugSettings ConsentDebugSettings { get; set; }