Skip to content

//readium-shared/org.readium.r2.shared.publication/Publication/EXTENSION

EXTENSION

[androidJvm]\ enum EXTENSION : Enum<Publication.EXTENSION>

Entries

EPUB [androidJvm]
EPUB
CBZ [androidJvm]
CBZ
JSON [androidJvm]
JSON
DIVINA [androidJvm]
DIVINA
AUDIO [androidJvm]
AUDIO
LCPL [androidJvm]
LCPL
UNKNOWN [androidJvm]
UNKNOWN

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): Publication.EXTENSION
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<Publication.EXTENSION>
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
value [androidJvm]
var value: String