WpAudiobookReaderPublicationOptions

data class WpAudiobookReaderPublicationOptions(val additionalLocatorUrls: List<String> = emptyList(), val clipboardOptions: ReaderPublicationClipboardOptions = ReaderPublicationClipboardOptions(), val defaultLocatorUrl: String? = null, val preventDefaultContextMenu: Boolean = false, val preventDragAndDropActions: Boolean = true)

Options related to Web Publication Audiobook Publications.

There are currently no specific options for WP Audiobooks.

Constructors

Link copied to clipboard
fun WpAudiobookReaderPublicationOptions(additionalLocatorUrls: List<String> = emptyList(), clipboardOptions: ReaderPublicationClipboardOptions = ReaderPublicationClipboardOptions(), defaultLocatorUrl: String? = null, preventDefaultContextMenu: Boolean = false, preventDragAndDropActions: Boolean = true)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

Additional locator URLs that should resolve to the ReaderPublication when calling methods with locator parameters, such as ReaderView.goTo(), ReaderViewAnnotationLayer.createAnnotation()

Link copied to clipboard

Options controlling clipboard actions.

Link copied to clipboard

The base URL that should be used by the ReaderPublication when it creates new Locators.

Link copied to clipboard

If set to true, the reading system will prevent the default "right-click" and "long-press" context menus to be shown for publication content.

Link copied to clipboard

Sets if users should be able to "drag-and-drop" content from the publication.