TextSnapshot.CompositionEnd Property

Definition

public int CompositionEnd { [Android.Runtime.Register("getCompositionEnd", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCompositionEnd", "()I", "", ApiSince=33)>]
member this.CompositionEnd : int

Property Value

The end index of the composing text. -1 if there is no composing text.

Attributes

Remarks

Java documentation for android.view.inputmethod.TextSnapshot.getCompositionEnd().

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