Package-level declarations
Types
Link copied to clipboard
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.PROPERTY] )
Link copied to clipboard
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This API is still experimental. It might change in the future without notice.")
Link copied to clipboard
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an internal API that should not be used outside of Readium modules. No compatibility guarantees are provided.")
Link copied to clipboard
data class MediaOverlayNode(val text: Url, val audio: Url?, val children: List<MediaOverlayNode> = listOf(), val role: List<String> = listOf()) : Serializable
Link copied to clipboard
Link copied to clipboard
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "Support for SearchService is still experimental. The API may be changed in the future without notice.")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.PROPERTY] )