ConsentDebugSettings

Types

Link copied to clipboard
actual class Builder(activity: Any?)

A builder for ConsentDebugSettings.

expect class Builder(activity: Any?)
actual class Builder(activity: Any?)
Link copied to clipboard

The debug geography.

Enum class representing different debug geography settings for testing consent flows. These settings allow developers to simulate user locations to test how the Consent.requestConsentInfoUpdate behaves under different geographical regulations.

Functions

Link copied to clipboard

Gets the debug geography.

Gets the debug geography.

Link copied to clipboard
actual fun isTestDevice(): Boolean

Checks if the device is a test device.

expect fun isTestDevice(): Boolean

Returns true if this device is a test device.

actual fun isTestDevice(): Boolean