SaveInfo.Builder.SetOptionalIds(AutofillId[]) 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.
Sets the ids of additional, optional views the service would be interested to save.
[Android.Runtime.Register("setOptionalIds", "([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/SaveInfo$Builder;", "", ApiSince=26)]
public Android.Service.Autofill.SaveInfo.Builder SetOptionalIds(Android.Views.Autofill.AutofillId[] ids);
[<Android.Runtime.Register("setOptionalIds", "([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/SaveInfo$Builder;", "", ApiSince=26)>]
member this.SetOptionalIds : Android.Views.Autofill.AutofillId[] -> Android.Service.Autofill.SaveInfo.Builder
Parameters
- ids
- AutofillId[]
The ids of the optional views. This value cannot be null.
Returns
This builder. This value cannot be null.
- Attributes
Remarks
Sets the ids of additional, optional views the service would be interested to save.
See SaveInfo for more info.
Android reference for android.service.autofill.SaveInfo.Builder.setOptionalIds.
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.