BaseInputConnection.FinishComposingText Method

Definition

The default implementation removes the composing state from the current editable text.

[Android.Runtime.Register("finishComposingText", "()Z", "GetFinishComposingTextHandler")]
public virtual bool FinishComposingText ();
[<Android.Runtime.Register("finishComposingText", "()Z", "GetFinishComposingTextHandler")>]
abstract member FinishComposingText : unit -> bool
override this.FinishComposingText : unit -> bool

Returns

Implements

Attributes

Remarks

The default implementation removes the composing state from the current editable text. In addition, only if fallback mode, a key event is sent for the new text and the current editable buffer cleared.

Java documentation for android.view.inputmethod.BaseInputConnection.finishComposingText().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to