Android.Views.KeyEvent.ICallback.OnKeyMultiple Method
Called when multiple down/up pairs of the same key have occurred in a row.

Syntax

[Android.Runtime.Register("onKeyMultiple", "(IILandroid/view/KeyEvent;)Z", "GetOnKeyMultiple_IILandroid_view_KeyEvent_Handler:Android.Views.KeyEvent/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnKeyMultiple ([Android.Runtime.GeneratedEnum] Keycode keyCode, int count, KeyEvent e)

Parameters

keyCode
The value in event.getKeyCode().
count
Number of pairs as returned by event.getRepeatCount().
e
Description of the key event.

Returns

Documentation for this section has not yet been entered.

Remarks

Called when multiple down/up pairs of the same key have occurred in a row.

[Android Documentation]

Requirements

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