Android.Service.Dreams.DreamService.DispatchKeyEvent Method
Called to process key events.

Syntax

[Android.Runtime.Register("dispatchKeyEvent", "(Landroid/view/KeyEvent;)Z", "GetDispatchKeyEvent_Landroid_view_KeyEvent_Handler")]
public virtual bool DispatchKeyEvent (Android.Views.KeyEvent e)

Parameters

e
The key event.

Returns

Documentation for this section has not yet been entered.

Remarks

Called to process key events. At the very least your implementation must call Android.Views.Window.SuperDispatchKeyEvent(Android.Views.KeyEvent) to do the standard key processing.

[Android Documentation]

Requirements

Namespace: Android.Service.Dreams
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17