Android.Views.TextService.SuggestionsInfo.ResultAttrLooksLikeTypo Field
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.

Value: 2

Syntax

[Android.Runtime.Register("RESULT_ATTR_LOOKS_LIKE_TYPO")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextService.SuggestionsAttributes enum directly instead of this field.")]
public const SuggestionsAttributes ResultAttrLooksLikeTypo

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views.TextService
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14