public static interface ChipsView.ChipsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onChipAdded(ChipsView.Chip chip) |
void |
onChipDeleted(ChipsView.Chip chip) |
boolean |
onInputNotRecognized(java.lang.String text)
return true to delete the invalid text.
|
void |
onTextChanged(java.lang.CharSequence text) |
void onChipAdded(ChipsView.Chip chip)
void onChipDeleted(ChipsView.Chip chip)
void onTextChanged(java.lang.CharSequence text)
boolean onInputNotRecognized(java.lang.String text)