Android.Text.Method.BaseMovementMethod.GetMovementMetaState Method
Gets the meta state used for movement using the modifiers tracked by the text buffer as well as those present in the key event.

Syntax

[Android.Runtime.Register("getMovementMetaState", "(Landroid/text/Spannable;Landroid/view/KeyEvent;)I", "GetGetMovementMetaState_Landroid_text_Spannable_Landroid_view_KeyEvent_Handler")]
protected virtual int GetMovementMetaState (Android.Text.ISpannable buffer, Android.Views.KeyEvent e)

Parameters

buffer
The text buffer.
e
The key event.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the meta state used for movement using the modifiers tracked by the text buffer as well as those present in the key event. The movement meta state excludes the state of locked modifiers or the SHIFT key since they are not used by movement actions (but they may be used for selection).

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11