ConsentRequestParameters.Builder

public final class ConsentRequestParameters.Builder


ConsentRequestParameters 的构建器。

摘要

公共构造函数

公共方法

ConsentRequestParameters
ConsentRequestParameters.Builder

设置 ConsentDebugSettings

ConsentRequestParameters.Builder
@CanIgnoreReturnValue
setTagForUnderAgeOfConsent(boolean tagForUnderAgeOfConsent)

设置用户是否被标记为未达到法定承诺年龄。

公共构造函数

Builder

public Builder()

公共方法

build

public ConsentRequestParameters build()

setConsentDebugSettings

@CanIgnoreReturnValue
public ConsentRequestParameters.Builder setConsentDebugSettings(
    @Nullable ConsentDebugSettings consentDebugSettings
)

设置 ConsentDebugSettings

如果为 null,则不使用任何调试设置。

setTagForUnderAgeOfConsent

@CanIgnoreReturnValue
public ConsentRequestParameters.Builder setTagForUnderAgeOfConsent(boolean tagForUnderAgeOfConsent)

设置用户是否被标记为未达到法定承诺年龄。

默认值为 false