StorageUsageState

data class StorageUsageState(val usage: UsageState = UsageState(loading = true), val screenModal: StorageUsageModal = StorageUsageModal.None) : MviState(source)

State for the standalone storage usage screen.

Author

Dmitriy Moroz

Parameters

usage

Shared dashboard state with storage categories and loading flag.

screenModal

Confirmation dialog state for destructive storage actions.

Constructors

Link copied to clipboard
constructor(usage: UsageState = UsageState(loading = true), screenModal: StorageUsageModal = StorageUsageModal.None)

Properties

Link copied to clipboard

Confirmation dialog state for destructive storage actions.

Link copied to clipboard

Shared usage dashboard state with storage categories and loading flag.