Język

ContentCaptureSession.NotifyNodeDisappeared(AutofillId) Method

Definition

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

Applies to