Cleaning

data class Cleaning(val itemCount: Int = 0, val size: Long = 0) : CleanerState

The state of the cleaner in the process of cleaning debris on the device.

Parameters

itemCount

List of items removed by the cleaner.

size

Total amount of removed items in bytes.

Constructors

Link copied to clipboard
constructor(itemCount: Int = 0, size: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val size: Long