public static interface AdvancedKeyboard.MultitapEventListener
AdvancedKeyboard
class.| Modifier and Type | Method and Description |
|---|---|
void |
onMultitapSelected(int index,
char[] multitapKeys)
Method called when a multitap key is selected.
|
void |
onMultitapSelecting(int index,
char[] multitapKeys)
Method called when a multitap key is under selection but the key has
not yet been confirmed.
|
void onMultitapSelecting(int index,
char[] multitapKeys)
index - Index of the selected key in the char array.multitapKeys - Array of all multitap chars associated to the multitap key.void onMultitapSelected(int index,
char[] multitapKeys)
index - Index of the selected key in the char array.multitapKeys - Array of all multitap chars associated to the multitap key.