SuggestionsInfo.ResultAttrDontShowUiForSuggestions フィールド

定義

注意事項

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

によって取得 #getSuggestionsAttributesできる候補の属性のフラグ: これにより、テキスト サービスに、修正候補の一覧の UI をユーザーに表示する別の方法があることを示します。

[Android.Runtime.Register("RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS", ApiSince=31)]
[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 ResultAttrDontShowUiForSuggestions = 16;
[<Android.Runtime.Register("RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS", ApiSince=31)>]
[<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 ResultAttrDontShowUiForSuggestions : Android.Views.TextService.SuggestionsAttributes

フィールド値

Value = 16

実装

属性

注釈

によって取得 #getSuggestionsAttributesできる候補の属性のフラグ: これにより、テキスト サービスに、修正候補の一覧の UI をユーザーに表示する別の方法があることを示します。 このフラグを設定すると、結果候補の受信者はテキストの誤った部分をテキスト記号 (下線など) でマークする必要がありますが、修正候補の一覧の UI をユーザーに表示しないようにする必要があります (ポップアップ ウィンドウなど)。

android.view.textservice.SuggestionsInfo.RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONSJava ドキュメント。

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

適用対象