ContentCaptureSession.NotifyNodeDisappeared(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.
Removes a node from the active content capture hierarchy.
[Android.Runtime.Register("notifyNodeDisappeared", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyNodeDisappeared_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)]
public abstract void NotifyNodeDisappeared(Android.Views.Autofill.AutofillId id);
[<Android.Runtime.Register("notifyNodeDisappeared", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyNodeDisappeared_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)>]
abstract member NotifyNodeDisappeared : Android.Views.Autofill.AutofillId -> unit
Parameters
- id
- AutofillId
The AutofillId of the node to delete.
- Attributes