FillResponse.Builder.SetPresentationCancelIds(Int32[]) 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 target resource IDs of the child view in Presentation Template which will cancel the session when clicked.
[Android.Runtime.Register("setPresentationCancelIds", "([I)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=30)]
public Android.Service.Autofill.FillResponse.Builder SetPresentationCancelIds(int[]? ids);
[<Android.Runtime.Register("setPresentationCancelIds", "([I)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=30)>]
member this.SetPresentationCancelIds : int[] -> Android.Service.Autofill.FillResponse.Builder
Parameters
- ids
- Int32[]
array of the resource id. Empty list or non-existing id has no effect. This value may be null.
Returns
this builder. This value cannot be null.
- Attributes
Remarks
Sets target resource IDs of the child view in Presentation Template which will cancel the session when clicked. Those targets will be respectively applied to a child of the header, footer and each Dataset.
Android reference for android.service.autofill.FillResponse.Builder.setPresentationCancelIds.
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.