TextAttribute.TextConversionSuggestions Property

Definition

Get the list of text conversion suggestions.

public System.Collections.Generic.IList<string> TextConversionSuggestions { [Android.Runtime.Register("getTextConversionSuggestions", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getTextConversionSuggestions", "()Ljava/util/List;", "", ApiSince=33)>]
member this.TextConversionSuggestions : System.Collections.Generic.IList<string>

Property Value

List of text conversion suggestions. If the list is empty, it means that IME not set this field or IME didn't have suggestions for applications.

Attributes

Remarks

Get the list of text conversion suggestions. More text conversion details in Builder#setTextConversionSuggestions(List).

Java documentation for android.view.inputmethod.TextAttribute.getTextConversionSuggestions().

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