Builder

class Builder

Properties

Link copied to clipboard

The amount of capacity available for use on the device.

Link copied to clipboard
var name: String?

The name of the type of capacity, such as memory.

Link copied to clipboard
var total: Long?

The total capacity on the device.

Link copied to clipboard
var unit: String?

The unit of measure for the type of capacity.

Link copied to clipboard
var used: Long?

The amount of capacity used on the device.