ClearAll

data class ClearAll(val items: List<UsageItem>, val totalBytes: Long) : StorageUsageModal(source)

Confirmation for deleting every currently non-empty storage category.

Author

Dmitriy Moroz

Parameters

items

Non-empty storage rows that will be deleted if the user confirms.

totalBytes

Sum of items shown in the destructive confirmation copy.

Constructors

Link copied to clipboard
constructor(items: List<UsageItem>, totalBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard