DataRemovalRequest.Builder.AddLocusId 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.
Requests removal of data associated with a LocusId.
[Android.Runtime.Register("addLocusId", "(Landroid/content/LocusId;I)Landroid/view/contentcapture/DataRemovalRequest$Builder;", "", ApiSince=29)]
public Android.Views.ContentCaptures.DataRemovalRequest.Builder AddLocusId(Android.Content.LocusId locusId, Android.Views.ContentCaptures.DataRemovalRequestFlags flags);
[<Android.Runtime.Register("addLocusId", "(Landroid/content/LocusId;I)Landroid/view/contentcapture/DataRemovalRequest$Builder;", "", ApiSince=29)>]
member this.AddLocusId : Android.Content.LocusId * Android.Views.ContentCaptures.DataRemovalRequestFlags -> Android.Views.ContentCaptures.DataRemovalRequest.Builder
Parameters
- locusId
- LocusId
The LocusId associated with the data to remove.
- flags
- DataRemovalRequestFlags
Either FlagIsPrefix or 0.
Returns
This builder.
- Attributes
Remarks
Portions of this documentation are derived from the Android Open Source Project.