Package-level declarations

Types

Link copied to clipboard
class NetworkMock(resourceLoader: suspend (String) -> ByteArray, configPath: String = "files/networkmocks/mocks.json") : Module, RequiresDataStore

NetworkMock module — manages network request/response mocking for development and testing.

Link copied to clipboard
sealed interface NetworkMockDestination : NavKey

Navigation destinations for the NetworkMock module. All screens within NetworkMock are defined here.

Functions

Link copied to clipboard
fun NetworkMockScreen(resetToNetworkSharedFlow: SharedFlow<Unit>, navigateToEndpointScreen: (EndpointKey) -> Unit, viewModel: NetworkMockViewModel, modifier: Modifier = Modifier, bottomPadding: Dp = 0.dp)

Main screen for the Network Mock module.