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

Value: 1

Syntax

[Android.Runtime.Register("RESULT_ATTR_IN_THE_DICTIONARY")]
[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 ResultAttrInTheDictionary

Remarks

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.

[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