Android.Text.Style.SuggestionSpan Members

The members of Android.Text.Style.SuggestionSpan are listed below.

See Also: Inherited members from Android.Text.Style.CharacterStyle

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ActionSuggestionPickedstring.
const
FlagAutoCorrectionSuggestionSpanFlags (4). Sets this flag if the auto correction is about to be applied to a word/text that the user is typing/composing.
const
FlagEasyCorrectSuggestionSpanFlags (1). Sets this flag if the suggestions should be easily accessible with few interactions.
const
FlagMisspelledSuggestionSpanFlags (2). Sets this flag if the suggestions apply to a misspelled word/text.
const
SuggestionsMaxSizeint (5).
const
SuggestionSpanPickedAfterstring.
const
SuggestionSpanPickedBeforestring.
const
SuggestionSpanPickedHashcodestring.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
FlagsSuggestionSpanFlags.
[read-only]
Localestring.
[read-only]
SpanTypeIdint. Return a special type identifier for this span class.

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
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetSuggestions() : string[]
override
UpdateDrawState(Android.Text.TextPaint)
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.