DeviceStorage

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val displayName: String

The display name of the bookshelf.

Link copied to clipboard
open override val fileCount: Int

The number of files in the bookshelf.

Link copied to clipboard
open override val id: BookshelfId

The unique identifier of the bookshelf.

Link copied to clipboard
open override val isDeleted: Boolean

Flag indicating whether the bookshelf is deleted.

Link copied to clipboard
open override val type: BookshelfType

The type of the bookshelf (local, network storage, etc.).

Functions

Link copied to clipboard
fun copy(displayName: String = this.displayName): DeviceStorage