SuggestionsInfo.ResultAttrLooksLikeTypo フィールド

定義

注意事項

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_LOOKS_LIKE_TYPO")]
[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 ResultAttrLooksLikeTypo = 2;
[<Android.Runtime.Register("RESULT_ATTR_LOOKS_LIKE_TYPO")>]
[<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 ResultAttrLooksLikeTypo : Android.Views.TextService.SuggestionsAttributes

フィールド値

Value = 2

実装

属性

注釈

によって取得 #getSuggestionsAttributesできる候補の属性のフラグ: これにより、テキスト サービスは、要求された単語が入力ミスのように見えることを示します。

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

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

適用対象