public static interface PlaybackOverlaySupportFragment.InputEventHandler
android.support.v17.leanback.app.PlaybackOverlaySupportFragment.InputEventHandler |
接口允许应用程序处理输入事件。
公共方法(Public methods) |
|
---|---|
abstract boolean |
handleInputEvent(InputEvent event) 在收到 |
boolean handleInputEvent (InputEvent event)
在收到 InputEvent
时调用。
参数(Parameters) | |
---|---|
event |
InputEvent
|
返回(Returns) | |
---|---|
boolean |
If the event should be consumed, return true. To allow the event to continue on to the next handler, return false. |