builder

@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.

Parameters

debugGeography
hashedId

The hashId from the test device

forceTesting

true if you want to force testing

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