ConsentRequestParameters

public class ConsentRequestParameters


ユーザーの同意情報を更新する際に送信されるパラメータ。

概要

ネストされた型

ConsentRequestParameters のビルダー。

パブリック フィールド

final @Nullable ConsentDebugSettings
final @Nullable String

パブリック メソッド

@Nullable ConsentDebugSettings

ConsentDebugSettings を取得しましす。

@Nullable String

setConsentSyncId によって設定された同意同期 ID を取得します。

boolean

setTagForUnderAgeOfConsent によって設定された TFUA 値を取得します。

パブリック フィールド

consentDebugSettings

public final @Nullable ConsentDebugSettings consentDebugSettings

consentSyncId

public final @Nullable String consentSyncId

パブリック メソッド

getConsentDebugSettings

public @Nullable ConsentDebugSettings getConsentDebugSettings()

ConsentDebugSettings を取得しましす。

getConsentSyncId

public @Nullable String getConsentSyncId()

setConsentSyncId によって設定された同意同期 ID を取得します。

isTagForUnderAgeOfConsent

public boolean isTagForUnderAgeOfConsent()

setTagForUnderAgeOfConsent によって設定された TFUA 値を取得します。