public static interface CreatePopupCallback.Params
CreatePopupCallback.| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
targetName()
Returns a string that represents the popup window target name that can be passed through
the
window.open() JavaScript function. |
default java.lang.String |
targetUrl()
Returns a string that represents the target URL that will be loaded in the popup
browser.
|
default java.lang.String targetName()
window.open() JavaScript function.default java.lang.String targetUrl()