Analyzing

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

The states of the cleaner in the process of analyzing the garbage on the device.

Parameters

itemCount

Number of items found.

size

Total size of elements found 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