Interface CreatePopupCallback.Params
- Enclosing interface:
- CreatePopupCallback
public static interface CreatePopupCallback.Params
The parameters of the
CreatePopupCallback
.-
Method Details
-
targetName
Returns a string that represents the popup window target name that can be passed through thewindow.open()
JavaScript function. -
targetUrl
Returns a string that represents the target URL that will be loaded in the popup browser.
-