ContentCaptureSession.NotifyViewsAppeared(IList<ViewStructure>) Method

Definition

Notifies the Content Capture Service that a list of nodes has appeared in the view structure.

[Android.Runtime.Register("notifyViewsAppeared", "(Ljava/util/List;)V", "", ApiSince=34)]
public void NotifyViewsAppeared (System.Collections.Generic.IList<Android.Views.ViewStructure> appearedNodes);
[<Android.Runtime.Register("notifyViewsAppeared", "(Ljava/util/List;)V", "", ApiSince=34)>]
member this.NotifyViewsAppeared : System.Collections.Generic.IList<Android.Views.ViewStructure> -> unit

Parameters

appearedNodes
IList<ViewStructure>

nodes that have appeared. Each element represents a view node that has been added to the view structure. The order of the elements is important, which should be preserved as the attached order of when the node is attached to the virtual view hierarchy.

Attributes

Remarks

Notifies the Content Capture Service that a list of nodes has appeared in the view structure.

Typically called manually by views that handle their own virtual view hierarchy.

Java documentation for android.view.contentcapture.ContentCaptureSession.notifyViewsAppeared(java.util.List<android.view.ViewStructure>).

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