public interface ColorPickerDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
onColorSelected(int dialogId,
int color)
Callback that is invoked when a color is selected from the color picker dialog.
|
void |
onDialogDismissed(int dialogId)
Callback that is invoked when the color picker dialog was dismissed.
|
void onColorSelected(int dialogId,
int color)
dialogId - The dialog id used to create the dialog instance.color - The selected colorvoid onDialogDismissed(int dialogId)
dialogId - The dialog id used to create the dialog instance.