ConsentRequestParameters

public class ConsentRequestParameters


Parameters sent on updating user consent info.

Summary

Nested types

Builder of ConsentRequestParameters.

Public methods

@Nullable ConsentDebugSettings

Gets the ConsentDebugSettings.

@Nullable String

Gets the consent sync ID set by setConsentSyncId.

boolean

Gets the TFUA value sets by setTagForUnderAgeOfConsent.

Public fields

consentDebugSettings

public final @Nullable ConsentDebugSettings consentDebugSettings

consentSyncId

public final @Nullable String consentSyncId

Public methods

getConsentDebugSettings

public @Nullable ConsentDebugSettings getConsentDebugSettings()

Gets the ConsentDebugSettings.

getConsentSyncId

public @Nullable String getConsentSyncId()

Gets the consent sync ID set by setConsentSyncId.

isTagForUnderAgeOfConsent

public boolean isTagForUnderAgeOfConsent()

Gets the TFUA value sets by setTagForUnderAgeOfConsent.