コンテンツにスキップ

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; }