ViewTranslationResponse.GetValue(String) Method

Definition

Gets the TranslationResponseValue of the corresponding key.

[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Landroid/view/translation/TranslationResponseValue;", "", ApiSince=31)]
public Android.Views.Translation.TranslationResponseValue GetValue (string key);
[<Android.Runtime.Register("getValue", "(Ljava/lang/String;)Landroid/view/translation/TranslationResponseValue;", "", ApiSince=31)>]
member this.GetValue : string -> Android.Views.Translation.TranslationResponseValue

Parameters

key
String

String id of the translated translation response value.

Returns

the TranslationResponseValue.

Attributes

Remarks

Gets the TranslationResponseValue of the corresponding key.

Java documentation for android.view.translation.ViewTranslationResponse.getValue(java.lang.String).

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