Interface OpenExtensionPopupCallback.Params

Enclosing interface:
OpenExtensionPopupCallback

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

    Modifier and Type
    Method
    Description
    default Browser
    Returns the popup browser that is about to be opened.
    default String
    url()
    Returns the URL that will be loaded in the popup.
  • Method Details

    • popupBrowser

      default Browser popupBrowser()
      Returns the popup browser that is about to be opened.
    • url

      default String url()
      Returns the URL that will be loaded in the popup.