Package-level declarations

Types

Link copied to clipboard
sealed interface StorageUsageIntent : MviIntent

User actions supported by the standalone storage usage screen.

Link copied to clipboard
sealed interface StorageUsageModal

Destructive action dialogs shown by the storage usage screen.

Link copied to clipboard
data class StorageUsageState(val usage: UsageState = UsageState(loading = true), val screenModal: StorageUsageModal = StorageUsageModal.None) : MviState

State for the standalone storage usage screen.