TvInteractiveAppView.DispatchUnhandledInputEvent(InputEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dispatches an unhandled input event to the next receiver.
[Android.Runtime.Register("dispatchUnhandledInputEvent", "(Landroid/view/InputEvent;)Z", "GetDispatchUnhandledInputEvent_Landroid_view_InputEvent_Handler", ApiSince=33)]
public virtual bool DispatchUnhandledInputEvent (Android.Views.InputEvent e);
[<Android.Runtime.Register("dispatchUnhandledInputEvent", "(Landroid/view/InputEvent;)Z", "GetDispatchUnhandledInputEvent_Landroid_view_InputEvent_Handler", ApiSince=33)>]
abstract member DispatchUnhandledInputEvent : Android.Views.InputEvent -> bool
override this.DispatchUnhandledInputEvent : Android.Views.InputEvent -> bool
Parameters
Returns
true
if the event was handled by the view, false
otherwise.
- Attributes
Remarks
Dispatches an unhandled input event to the next receiver.
It gives the host application a chance to dispatch the unhandled input events.
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.