ViewTranslationResponse.Builder(AutofillId) Constructor

Definition

Creates a new Builder.

[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;)V", "", ApiSince=31)]
public Builder (Android.Views.Autofill.AutofillId autofillId);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;)V", "", ApiSince=31)>]
new Android.Views.Translation.ViewTranslationResponse.Builder : Android.Views.Autofill.AutofillId -> Android.Views.Translation.ViewTranslationResponse.Builder

Parameters

autofillId
AutofillId

The AutofillId of the view associated with this response.

Attributes

Remarks

Creates a new Builder.

Java documentation for android.view.translation.ViewTranslationResponse.Builder.ViewTranslationResponse$Builder(android.view.autofill.AutofillId).

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