TranslationResponse.Builder.SetViewTranslationResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("setViewTranslationResponse", "(ILandroid/view/translation/ViewTranslationResponse;)Landroid/view/translation/TranslationResponse$Builder;", "", ApiSince=31)]
public Android.Views.Translation.TranslationResponse.Builder SetViewTranslationResponse (int index, Android.Views.Translation.ViewTranslationResponse response);
[<Android.Runtime.Register("setViewTranslationResponse", "(ILandroid/view/translation/ViewTranslationResponse;)Landroid/view/translation/TranslationResponse$Builder;", "", ApiSince=31)>]
member this.SetViewTranslationResponse : int * Android.Views.Translation.ViewTranslationResponse -> Android.Views.Translation.TranslationResponse.Builder
Parameters
- index
- Int32
- response
- ViewTranslationResponse
Returns
- Attributes