ConsentRequestParameters

public class ConsentRequestParameters


Parâmetros enviados ao atualizar as informações de consentimento do usuário.

Resumo

Tipos aninhados

Builder de ConsentRequestParameters.

Métodos públicos

@Nullable ConsentDebugSettings

Recebe o ConsentDebugSettings.

@Nullable String

Recebe o ID de sincronização de consentimento definido por setConsentSyncId.

boolean

Recebe os conjuntos de valores de TFUA definidos por setTagForUnderAgeOfConsent.

Campos públicos

consentDebugSettings

public final @Nullable ConsentDebugSettings consentDebugSettings

consentSyncId

public final @Nullable String consentSyncId

Métodos públicos

getConsentDebugSettings

public @Nullable ConsentDebugSettings getConsentDebugSettings()

Recebe o ConsentDebugSettings.

getConsentSyncId

public @Nullable String getConsentSyncId()

Recebe o ID de sincronização de consentimento definido por setConsentSyncId.

isTagForUnderAgeOfConsent

public boolean isTagForUnderAgeOfConsent()

Recebe os conjuntos de valores de TFUA definidos por setTagForUnderAgeOfConsent.