ContentCaptureSession.NotifyViewDisappeared(AutofillId) Method

Definition

Notifies the Content Capture Service that a node has been removed from the view structure.

[Android.Runtime.Register("notifyViewDisappeared", "(Landroid/view/autofill/AutofillId;)V", "", ApiSince=29)]
public void NotifyViewDisappeared (Android.Views.Autofill.AutofillId id);
[<Android.Runtime.Register("notifyViewDisappeared", "(Landroid/view/autofill/AutofillId;)V", "", ApiSince=29)>]
member this.NotifyViewDisappeared : Android.Views.Autofill.AutofillId -> unit

Parameters

id
AutofillId

id of the node that has been removed.

Attributes

Remarks

Notifies the Content Capture Service that a node has been removed from the view structure.

Typically called "manually" by views that handle their own virtual view hierarchy, or automatically by the Android System for standard views.

Consider use #notifyViewsDisappeared which has a better performance when notifying a list of nodes has disappeared.

Java documentation for android.view.contentcapture.ContentCaptureSession.notifyViewDisappeared(android.view.autofill.AutofillId).

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.

Applies to