Interface CreatePopupCallback.Params

Enclosing interface:
CreatePopupCallback

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

    Modifier and Type
    Method
    Description
    default String
    Returns a string that represents the popup window target name that can be passed through the window.open() JavaScript function.
    default String
    Returns a string that represents the target URL that will be loaded in the popup browser.
  • Method Details

    • targetName

      default String targetName()
      Returns a string that represents the popup window target name that can be passed through the window.open() JavaScript function.
    • targetUrl

      default String targetUrl()
      Returns a string that represents the target URL that will be loaded in the popup browser.