SuggestionsInfo.ResultAttrHasRecommendedSuggestions フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.TextService.SuggestionsAttributes enum directly instead of this field.

によって取得 #getSuggestionsAttributesできる候補の属性のフラグ: これにより、テキスト サービスは、結果の候補に強く推奨される候補が含まれていると考えることを示します。

[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.", true)]
public const Android.Views.TextService.SuggestionsAttributes ResultAttrHasRecommendedSuggestions = 4;
[<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.", true)>]
val mutable ResultAttrHasRecommendedSuggestions : Android.Views.TextService.SuggestionsAttributes

フィールド値

Value = 4

実装

属性

注釈

によって取得 #getSuggestionsAttributesできる候補の属性のフラグ: これにより、テキスト サービスは、結果の候補に強く推奨される候補が含まれていると考えることを示します。

の Java ドキュメント android.view.textservice.SuggestionsInfo.RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象