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

Boolean

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

Attributes

Remarks

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