public static interface TvInputManager.Session.FinishedInputEventCallback
Modifier and Type | Method and Description |
---|---|
void |
onFinishedInputEvent(Object token,
boolean handled)
Called when the dispatched input event is finished.
|
void onFinishedInputEvent(Object token, boolean handled)
token
- A token passed to TvInputManager.Session.dispatchInputEvent(android.view.InputEvent, java.lang.Object, android.media.tv.TvInputManager.Session.FinishedInputEventCallback, android.os.Handler)
.handled
- true
if the dispatched input event was handled properly.
false
otherwise.