SuggestionSpan.FlagEasyCorrect フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.

少ない操作で提案に簡単にアクセスできるようにする必要がある場合は、このフラグを設定します。

[Android.Runtime.Register("FLAG_EASY_CORRECT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)]
public const Android.Text.Style.SuggestionSpanFlags FlagEasyCorrect = 1;
[<Android.Runtime.Register("FLAG_EASY_CORRECT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)>]
val mutable FlagEasyCorrect : Android.Text.Style.SuggestionSpanFlags

フィールド値

Value = 1

実装

属性

注釈

少ない操作で提案に簡単にアクセスできるようにする必要がある場合は、このフラグを設定します。 このフラグは、ユーザーが使用する可能性が高いすべての提案に対して設定する必要があります。

の Java ドキュメント android.text.style.SuggestionSpan.FLAG_EASY_CORRECT

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

適用対象