StorageSpaceAware

Encapsulates querying device's disk space parameters.

Inheritors

Properties

Link copied to clipboard
abstract val availableDiskSpace: Long

Provides full info of how much space available to write data by sdk in bytes. You can check this value before creating page images by sdk. But please don't forget that one page contains more than one image inside.

Link copied to clipboard
abstract val totalDiskSpace: Long

Provides full info of how much space total exist on this device storage in bytes.

Link copied to clipboard
abstract val usedDiskSpace: Long

Provides full info of how much space used on this device storage in bytes.