TextAttribute.Builder.SetTextConversionSuggestions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets text conversion suggestions.
[Android.Runtime.Register("setTextConversionSuggestions", "(Ljava/util/List;)Landroid/view/inputmethod/TextAttribute$Builder;", "", ApiSince=33)]
public Android.Views.InputMethods.TextAttribute.Builder SetTextConversionSuggestions(System.Collections.Generic.IList<string> textConversionSuggestions);
[<Android.Runtime.Register("setTextConversionSuggestions", "(Ljava/util/List;)Landroid/view/inputmethod/TextAttribute$Builder;", "", ApiSince=33)>]
member this.SetTextConversionSuggestions : System.Collections.Generic.IList<string> -> Android.Views.InputMethods.TextAttribute.Builder
Parameters
The list of text conversion suggestions. This value cannot be null.
Returns
This builder. This value cannot be null.
- Attributes
Remarks
Sets text conversion suggestions.
Text conversion suggestions are for transliteration languages that have pronunciation characters and target characters. When users are typing pronunciation characters, the input method can insert possible target characters into this list so that editor authors can provide suggestions before users enter the complete pronunciation characters.
Android reference for android.view.inputmethod.TextAttribute.Builder.setTextConversionSuggestions.
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.