public static interface CreatePopupCallback.Response
CreatePopupCallback
.Modifier and Type | Method and Description |
---|---|
static CreatePopupCallback.Response |
create()
Returns the
Response instance that indicates that the popup can be created. |
static CreatePopupCallback.Response |
suppress()
Returns the
Response instance that indicates that the popup creation should be
suppressed. |
static CreatePopupCallback.Response create()
Response
instance that indicates that the popup can be created.static CreatePopupCallback.Response suppress()
Response
instance that indicates that the popup creation should be
suppressed.