View.ViewTranslationResponse Property

Definition

Returns the ViewTranslationResponse associated with this view.

public virtual Android.Views.Translation.ViewTranslationResponse? ViewTranslationResponse { [Android.Runtime.Register("getViewTranslationResponse", "()Landroid/view/translation/ViewTranslationResponse;", "GetGetViewTranslationResponseHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getViewTranslationResponse", "()Landroid/view/translation/ViewTranslationResponse;", "GetGetViewTranslationResponseHandler", ApiSince=31)>]
member this.ViewTranslationResponse : Android.Views.Translation.ViewTranslationResponse

Property Value

a ViewTranslationResponse that contains the translated information associated with this view or null if this View doesn't have the translation.

Attributes

Remarks

Returns the ViewTranslationResponse associated with this view. The response will be set when the translation is done then #onViewTranslationResponse is called. The ViewTranslationCallback can use to get ViewTranslationResponse to display the translated information.

Java documentation for android.view.View.getViewTranslationResponse().

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