Android.InputMethodServices.KeyboardView.OnLongPress Method
Called when a key is long pressed.

Syntax

[Android.Runtime.Register("onLongPress", "(Landroid/inputmethodservice/Keyboard$Key;)Z", "GetOnLongPress_Landroid_inputmethodservice_Keyboard_Key_Handler")]
protected virtual bool OnLongPress (Keyboard.Key popupKey)

Parameters

popupKey
the key that was long pressed

Returns

Documentation for this section has not yet been entered.

Remarks

Called when a key is long pressed. By default this will open any popup keyboard associated with this key through the attributes popupLayout and popupCharacters.

[Android Documentation]

Requirements

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