public interface PluginSettings
Plugins
.Modifier and Type | Method and Description |
---|---|
void |
disablePdfViewer()
Disables the built-in PDF viewer.
|
void |
enablePdfViewer()
Enables the built-in PDF viewer.
|
boolean |
isPdfViewerEnabled()
Indicates whether the built-in PDF viewer is enabled or not.
|
void enablePdfViewer()
ObjectClosedException
- when its profile is closedvoid disablePdfViewer()
ObjectClosedException
- when its profile is closedboolean isPdfViewerEnabled()
StartDownloadCallback
.
Changing this setting affects only subsequent navigations and does not affect the already loaded web pages.
By default, the PDF viewer is enabled.
ObjectClosedException
- when its profile is closed