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