StorageSpaceAwareImpl

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override 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
open override val totalDiskSpace: Long

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

Link copied to clipboard
open override val usedDiskSpace: Long

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