CursorAnchorInfo.Builder.SetComposingText Method

Definition

Overloads

SetComposingText(Int32, ICharSequence)
SetComposingText(Int32, String)

SetComposingText(Int32, ICharSequence)

[Android.Runtime.Register("setComposingText", "(ILjava/lang/CharSequence;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")]
public Android.Views.InputMethods.CursorAnchorInfo.Builder? SetComposingText (int composingTextStart, Java.Lang.ICharSequence? composingText);
[<Android.Runtime.Register("setComposingText", "(ILjava/lang/CharSequence;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")>]
member this.SetComposingText : int * Java.Lang.ICharSequence -> Android.Views.InputMethods.CursorAnchorInfo.Builder

Parameters

composingTextStart
Int32
composingText
ICharSequence

Returns

Attributes

Remarks

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

SetComposingText(Int32, String)

public Android.Views.InputMethods.CursorAnchorInfo.Builder? SetComposingText (int composingTextStart, string? composingText);
member this.SetComposingText : int * string -> Android.Views.InputMethods.CursorAnchorInfo.Builder

Parameters

composingTextStart
Int32
composingText
String

Returns

Remarks

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