ViewTranslationRequest.Keys プロパティ

定義

この要求内のすべてのキーを Set 文字列の として返します。

public System.Collections.Generic.ICollection<string> Keys { [Android.Runtime.Register("getKeys", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getKeys", "()Ljava/util/Set;", "", ApiSince=31)>]
member this.Keys : System.Collections.Generic.ICollection<string>

プロパティ値

属性

注釈

この要求内のすべてのキーを Set 文字列の として返します。 キーは、 を取得TranslationRequestValueするために によって#getValue(String)使用されます。

の Java ドキュメント android.view.translation.ViewTranslationRequest.getKeys()

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

適用対象