public static interface TvView.OnUnhandledInputEventListener
Modifier and Type | Method and Description |
---|---|
boolean |
onUnhandledInputEvent(InputEvent event)
Called when an input event was not handled by the bound TV input.
|
boolean onUnhandledInputEvent(InputEvent event)
This is called asynchronously from where the event is dispatched. It gives the host application a chance to handle the unhandled input events.
event
- The input event.true
. If you want to allow the event to
be handled by the next receiver, return false
.