Language

FillResponse.Builder.SetSaveInfo(SaveInfo) Method

Definition

Sets the SaveInfo associated with this response.

[Android.Runtime.Register("setSaveInfo", "(Landroid/service/autofill/SaveInfo;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=26)]
public Android.Service.Autofill.FillResponse.Builder SetSaveInfo(Android.Service.Autofill.SaveInfo saveInfo);
[<Android.Runtime.Register("setSaveInfo", "(Landroid/service/autofill/SaveInfo;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=26)>]
member this.SetSaveInfo : Android.Service.Autofill.SaveInfo -> Android.Service.Autofill.FillResponse.Builder

Parameters

saveInfo
SaveInfo

Returns

This builder. This value cannot be null.

Attributes

Remarks

Sets the SaveInfo associated with this response.

Android reference for android.service.autofill.FillResponse.Builder.setSaveInfo.

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