Interface OpenExtensionActionPopupCallback.Params

Enclosing interface:
OpenExtensionActionPopupCallback

public static interface OpenExtensionActionPopupCallback.Params
The parameters of the OpenExtensionActionPopupCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Extension
    Returns the extension associated with the extension action popup.
    default Browser
    Returns the popup browser created for the extension action.
  • Method Details

    • popupBrowser

      default Browser popupBrowser()
      Returns the popup browser created for the extension action.
    • extension

      default Extension extension()
      Returns the extension associated with the extension action popup.