ConsentRequestParameters

public class ConsentRequestParameters


更新用户许可信息时发送的参数。

摘要

嵌套类型

ConsentRequestParameters 的构建器。

公共方法

@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 值。