public interface KeyboardCharacterSetCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdatedCharacterSet(List<String> updatedCharacterSet)
This listener is called when you wish to update your keyboard's limitedCharacterSet in response to the user's input
|