OnKeyboardActionListener

OnKeyboardActionListener

InputMethodService.onKey和OnKeyboardActionListener.onkeydown有什么区别

我要处理handleCharacter时需要使用哪种方法

最佳答案

我认为OnKeyboardActionListener.onkeyInputMethodService.onKeyDown

基本上,应该使用OnKeyboardActionListener.onkey(它被设计为键事件侦听器),应实现并覆盖它。

10-04 10:39