Android.Views.TextService.SuggestionsInfo Members

The members of Android.Views.TextService.SuggestionsInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Fields

const
ResultAttrHasRecommendedSuggestionsSuggestionsAttributes (4). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the result suggestions include highly recommended ones.
const
ResultAttrInTheDictionarySuggestionsAttributes (1). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the requested word was found in the dictionary in the text service.
const
ResultAttrLooksLikeTypoSuggestionsAttributes (2). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the requested word looks like a typo.

Public Properties

[read-only]
Cookieint.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
[read-only]
Sequenceint.
[read-only]
SuggestionsAttributesint.
[read-only]
SuggestionsCountint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Used to make this class parcelable.
GetSuggestionAt(int) : string
SetCookieAndSequence(int, int)
Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client application
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.