ContentCaptureSession.NotifyViewDisappeared(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.
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.
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.