InputDialogListener
Interface InputDialogListener
Interface responsible for confirming or canceling the action of the InputDialog.
public interface InputDialogListener
— Methods (2) —
Name | Description |
---|---|
void onFinish(String text) | Sets the corfimation of the InputDialog. |
void onCancel() | Sets the cancellation of the InputDialog. |