Android.Views.InputMethods.InputConnectionWrapper.ClearMetaKeyStates Method
Clear the given meta key pressed states in the given input connection.

Syntax

[Android.Runtime.Register("clearMetaKeyStates", "(I)Z", "GetClearMetaKeyStates_IHandler")]
public virtual bool ClearMetaKeyStates (Android.Views.MetaKeyStates states)

Parameters

states
The states to be cleared, may be one or more bits as per Android.Views.KeyEvent.MetaState.

Returns

Documentation for this section has not yet been entered.

Remarks

Clear the given meta key pressed states in the given input connection.

This can be used by the IME to clear the meta key states set by a hardware keyboard with latched meta keys, if the editor keeps track of these.

[Android Documentation]

Requirements

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