@NonNullApi
| Class | Description |
|---|---|
| InputDialog | |
| InputDialog.InputDialogCloseEvent |
Event sent to a listener added using
withCloseListener() method of the input dialog builder. |
| InputDialog.InputDialogResult |
Describes result of handler that can be used with
DialogActions in the input dialog. |
| InputDialog.ValidationContext |
Describes input dialog validation context.
|
| InputParameter |
Describes field that can be used in
InputDialog. |
| Enum | Description |
|---|---|
| DialogActions |
Default actions which should be used in
InputDialog. |
| DialogOutcome |
A possible outcome of the input dialog with the standard close actions.
|
| InputDialog.InputDialogResult.ActionType |