Android.Text.Method.MetaKeyKeyListener.GetMetaState Method
Gets the state of a particular meta key.

Syntax

[Android.Runtime.Register("getMetaState", "(Ljava/lang/CharSequence;I)I", "")]
public static int GetMetaState (Java.Lang.ICharSequence text, [Android.Runtime.GeneratedEnum] MetaStates meta)

Parameters

text
the buffer in which the meta key would have been pressed.
meta
META_SHIFT_ON, META_ALT_ON, META_SYM_ON

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the state of a particular meta key.

[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 1