Share via


TvView.DispatchUnhandledInputEvent(InputEvent) Method

Definition

Dispatches an unhandled input event to the next receiver.

[Android.Runtime.Register("dispatchUnhandledInputEvent", "(Landroid/view/InputEvent;)Z", "GetDispatchUnhandledInputEvent_Landroid_view_InputEvent_Handler")]
public virtual bool DispatchUnhandledInputEvent (Android.Views.InputEvent? e);
[<Android.Runtime.Register("dispatchUnhandledInputEvent", "(Landroid/view/InputEvent;)Z", "GetDispatchUnhandledInputEvent_Landroid_view_InputEvent_Handler")>]
abstract member DispatchUnhandledInputEvent : Android.Views.InputEvent -> bool
override this.DispatchUnhandledInputEvent : Android.Views.InputEvent -> bool

Parameters

e
InputEvent

The input event.

Returns

true if the event was handled by the view, false otherwise.

Attributes

Remarks

Dispatches an unhandled input event to the next receiver.

Except system keys, TvView always consumes input events in the normal flow. This is called asynchronously from where the event is dispatched. It gives the host application a chance to dispatch the unhandled input events.

Java documentation for android.media.tv.TvView.dispatchUnhandledInputEvent(android.view.InputEvent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to