Android.Webkit.WebViewClient.OnUnhandledKeyEvent Method
Notify the host application that a key was not handled by the WebView.

Syntax

[Android.Runtime.Register("onUnhandledKeyEvent", "(Landroid/webkit/WebView;Landroid/view/KeyEvent;)V", "GetOnUnhandledKeyEvent_Landroid_webkit_WebView_Landroid_view_KeyEvent_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnUnhandledKeyEvent (WebView view, Android.Views.KeyEvent e)

Parameters

view
The WebView that is initiating the callback.
e
The key event.

Remarks

Notify the host application that a key was not handled by the WebView. Except system keys, WebView always consumes the keys in the normal flow or if shouldOverrideKeyEvent returns true. This is called asynchronously from where the key is dispatched. It gives the host application a chance to handle the unhandled key events.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1