Package-level declarations

Types

Link copied to clipboard
sealed interface NetworkUsageIntent : MviIntent

User actions supported by the standalone network usage screen.

Link copied to clipboard
data class NetworkUsageState(val usage: UsageState = UsageState(loading = true)) : MviState

State for the standalone network usage screen.