Android.Views.TextService.SuggestionsInfo.ResultAttrHasRecommendedSuggestions Field
Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the result suggestions include highly recommended ones.

Value: 4

Syntax

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

Remarks

Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the result suggestions include highly recommended ones.

[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 15