Data

data class Data(val system: StorageStatus.Data.Space, val usedForMedia: Int, val usedForApps: Int)

Parameters

system

space information of the system partition, which includes the total space as well as the free space.

usedForMedia

The amount of Megabyte used for media

usedForApps

The amount of Megabyte used for apps

Constructors

Link copied to clipboard
constructor(system: StorageStatus.Data.Space, usedForMedia: Int, usedForApps: Int)

Types

Link copied to clipboard
data class Space(val used: Int, val total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard