Wp Audiobook Reader Publication Options
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 W3C Audiobooks.
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.