public interface KeyboardAutocompleteCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdatedAutoCompleteList(List<String> updatedAutoCompleteList)
This listener is called when you wish to update your autocomplete suggestions list in response to the user's input
|