Interface CreatePopupCallback.Response
- Enclosing interface:
- CreatePopupCallback
public static interface CreatePopupCallback.Response
A response of the
CreatePopupCallback
.-
Method Summary
Modifier and TypeMethodDescriptionstatic CreatePopupCallback.Response
create()
Returns theResponse
instance that indicates that the popup can be created.static CreatePopupCallback.Response
suppress()
Returns theResponse
instance that indicates that the popup creation should be suppressed.
-
Method Details
-
create
Returns theResponse
instance that indicates that the popup can be created. -
suppress
Returns theResponse
instance that indicates that the popup creation should be suppressed.
-