Acquisition
data class Acquisition(val type: String, val children: List<Acquisition> = emptyList()) : JSONable, Parcelable
OPDS Acquisition Object.
https://drafts.opds.io/schema/acquisition-object.schema.json
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Serializes an Acquisition to its JSON representation.
Link copied to clipboard