Profile

data class Profile(val uri: String) : Parcelable

Represents a Readium Web Publication Profile a Publication can conform to.

For a list of supported profiles, see the registry: https://readium.org/webpub-manifest/profiles/

Constructors

Link copied to clipboard
constructor(uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val uri: String

Functions

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