Share via


ViewTranslationResponse.Keys Property

Definition

Returns all keys in this response as a Set of Strings.

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>

Property Value

Attributes

Remarks

Returns all keys in this response as a Set of Strings. The keys are used by #getValue(String) to get the TranslationResponseValues.

Java documentation for android.view.translation.ViewTranslationResponse.getKeys().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to