Companion

actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
@ReadOnlyComposable
@Composable
actual fun builder(debugGeography: ConsentDebugSettings.DebugGeography?, hashedId: String?, forceTesting: Boolean?): ConsentDebugSettings
@ReadOnlyComposable
@Composable
expect fun builder(debugGeography: ConsentDebugSettings.DebugGeography? = null, hashedId: String? = null, forceTesting: Boolean? = null): ConsentDebugSettings

Composable Builder of ConsentDebugSettings.

@ReadOnlyComposable
@Composable
actual fun builder(debugGeography: ConsentDebugSettings.DebugGeography?, hashedId: String?, forceTesting: Boolean?): ConsentDebugSettings