Copies

data class Copies(val total: Int? = null, val available: Int? = null) : JSONable, Parcelable

Library-specific feature that contains information about the copies that a library has acquired.

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

Constructors

Link copied to clipboard
constructor(total: Int? = null, available: 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 Copies to its JSON representation.

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