Package-level declarations

Types

Link copied to clipboard
class DefaultOpenExtensionPopupCallback(    popups: <Error class: unknown class><PopupWindowState>,     scope: <Error class: unknown class>) : OpenExtensionPopupCallback
class DefaultOpenExtensionPopupCallback(    popups: <Error class: unknown class><PopupWindowState>,     scope: <Error class: unknown class>) : OpenExtensionPopupCallback

The default OpenExtensionPopupCallback implementation that creates and shows a new window with the content of the extension popup.

Link copied to clipboard
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: <Error class: unknown class>) : AutoCloseable
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: <Error class: unknown class>) : AutoCloseable

State of PopupWindow.