Window.SuperDispatchKeyShortcutEvent(KeyEvent) Method

Definition

Used by custom windows, such as Dialog, to pass the key shortcut press event further down the view hierarchy.

[Android.Runtime.Register("superDispatchKeyShortcutEvent", "(Landroid/view/KeyEvent;)Z", "GetSuperDispatchKeyShortcutEvent_Landroid_view_KeyEvent_Handler")]
public abstract bool SuperDispatchKeyShortcutEvent (Android.Views.KeyEvent? e);
[<Android.Runtime.Register("superDispatchKeyShortcutEvent", "(Landroid/view/KeyEvent;)Z", "GetSuperDispatchKeyShortcutEvent_Landroid_view_KeyEvent_Handler")>]
abstract member SuperDispatchKeyShortcutEvent : Android.Views.KeyEvent -> bool

Parameters

Returns

Attributes

Remarks

Used by custom windows, such as Dialog, to pass the key shortcut press event further down the view hierarchy. Application developers should not need to implement or call this.

Java documentation for android.view.Window.superDispatchKeyShortcutEvent(android.view.KeyEvent).

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