Interface OpenPopupCallback.Response
- Enclosing interface:
- OpenPopupCallback
public static interface OpenPopupCallback.Response
A response of the
OpenPopupCallback
.-
Method Summary
Modifier and TypeMethodDescriptionstatic OpenPopupCallback.Response
proceed()
Returns theResponse
instance that indicates that the popup has been opened.
-
Method Details
-
proceed
Returns theResponse
instance that indicates that the popup has been opened.
-