SuggestionSpan.FlagAutoCorrection Field

Definition

Caution

This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.

Sets this flag if the auto correction is about to be applied to a word/text that the user is typing/composing.

[Android.Runtime.Register("FLAG_AUTO_CORRECTION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)]
public const Android.Text.Style.SuggestionSpanFlags FlagAutoCorrection = 4;
[<Android.Runtime.Register("FLAG_AUTO_CORRECTION")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)>]
val mutable FlagAutoCorrection : Android.Text.Style.SuggestionSpanFlags

Field Value

Value = 4

Implements

Attributes

Remarks

Sets this flag if the auto correction is about to be applied to a word/text that the user is typing/composing. This type of suggestion is rendered differently to indicate the auto correction is happening.

Java documentation for android.text.style.SuggestionSpan.FLAG_AUTO_CORRECTION.

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