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.

Functions

Link copied to clipboard
actual fun isTestDevice(): Boolean
expect fun isTestDevice(): Boolean

Returns true if this device is a test device.

actual fun isTestDevice(): Boolean