public static interface RecipientEditTextView.RecipientEntryItemClickedListener
Modifier and Type | Method and Description |
---|---|
void |
onRecipientEntryItemClicked(int charactersTyped,
int position)
Callback that occurs whenever an auto-complete suggestion is clicked.
|
void onRecipientEntryItemClicked(int charactersTyped, int position)
charactersTyped
- the number of characters typed by the user to provide the
auto-complete suggestions.position
- the position in the dropdown list that the user clicked