SpellCheckerService.Session.SupportedAttributes プロパティ

定義

このセッションでサポートされている結果属性を返します。

public virtual int SupportedAttributes { [Android.Runtime.Register("getSupportedAttributes", "()I", "GetGetSupportedAttributesHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedAttributes", "()I", "GetGetSupportedAttributesHandler", ApiSince=31)>]
member this.SupportedAttributes : int

プロパティ値

このセッションでサポートされている結果属性

属性

注釈

このセッションでサポートされている結果属性を返します。

セッションの実装では、 の作成時に の戻り値 getSupportedAttributes() に含まれていない属性を SuggestionsInfo設定しないでください。

の Java ドキュメント android.service.textservice.SpellCheckerService.Session.getSupportedAttributes()

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

適用対象