Types

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

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.

Properties

Link copied to clipboard

The debug geography for testing purposes.

Link copied to clipboard
actual val isTestDevice: Boolean
expect val isTestDevice: Boolean

Returns true if this device is a test device.

actual val isTestDevice: Boolean