Android.Text.Style.SuggestionSpan.FlagAutoCorrection Field
Sets this flag if the auto correction is about to be applied to a word/text that the user is typing/composing.

Value: 4

Syntax

[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.")]
public const SuggestionSpanFlags FlagAutoCorrection

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.

[Android Documentation]

Requirements

Namespace: Android.Text.Style
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 15