NetworkUsageScreen

fun NetworkUsageScreen(modifier: Modifier = Modifier, router: NetworkUsageRouter? = null)(source)

Standalone network usage route without bottom navigation.

The screen observes Room-backed traffic counters in real time and delegates rendering to the shared Telegram-style usage dashboard.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the full-screen route.

router

Optional router override for tests and previews; Koin supplies the app router otherwise.