NetworkUsageState

data class NetworkUsageState(val usage: UsageState = UsageState(loading = true)) : MviState(source)

State for the standalone network usage screen.

Author

Dmitriy Moroz

Parameters

usage

Shared dashboard state with traffic buckets and loading flag.

Constructors

Link copied to clipboard
constructor(usage: UsageState = UsageState(loading = true))

Properties

Link copied to clipboard

Shared usage dashboard state with traffic buckets and loading flag.