//readium-shared/org.readium.r2.shared.publication/Publication/Profile
Profile¶
[androidJvm]\ 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¶
Profile | [androidJvm] fun Profile(uri: String) |
Types¶
Name | Summary |
---|---|
Companion | [androidJvm] object Companion |
Functions¶
Name | Summary |
---|---|
describeContents | [androidJvm] abstract fun describeContents(): Int |
writeToParcel | [androidJvm] abstract fun writeToParcel(p0: Parcel, p1: Int) |
Properties¶
Name | Summary |
---|---|
uri | [androidJvm] val uri: String |