TextAttribute.Builder.SetTextSuggestionSelected(Boolean) 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 whether a text conversion suggestion is currently being selected.
[Android.Runtime.Register("setTextSuggestionSelected", "(Z)Landroid/view/inputmethod/TextAttribute$Builder;", "", ApiSince=37)]
public Android.Views.InputMethods.TextAttribute.Builder SetTextSuggestionSelected(bool textSuggestionSelected);
[<Android.Runtime.Register("setTextSuggestionSelected", "(Z)Landroid/view/inputmethod/TextAttribute$Builder;", "", ApiSince=37)>]
member this.SetTextSuggestionSelected : bool -> Android.Views.InputMethods.TextAttribute.Builder
Parameters
- textSuggestionSelected
- Boolean
Whether if the current text is undergoing text suggestion selection
Returns
This builder. This value cannot be null.
- Attributes
Remarks
Sets whether a text conversion suggestion is currently being selected.
In some transliteration languages, this describes the state which the user is currently selecting a text conversion suggestion. In other words, if set to True the user is in an ephemeral state of selecting which text will replace the current composition text.
Android reference for android.view.inputmethod.TextAttribute.Builder.setTextSuggestionSelected.
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.