Holds

data class Holds(val total: Int? = null, val position: Int? = null) : JSONable, Parcelable

Library-specific features when a specific book is unavailable but provides a hold list.

https://drafts.opds.io/schema/properties.schema.json

Constructors

Link copied to clipboard
constructor(total: Int? = null, position: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toJSON(): JSONObject

Serializes an Holds to its JSON representation.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)