AssistStructure.GetWindowNodeAt(Int32) Method

Definition

Return one of the windows in the assist data.

[Android.Runtime.Register("getWindowNodeAt", "(I)Landroid/app/assist/AssistStructure$WindowNode;", "GetGetWindowNodeAt_IHandler", ApiSince=23)]
public virtual Android.App.Assist.AssistStructure.WindowNode? GetWindowNodeAt (int index);
[<Android.Runtime.Register("getWindowNodeAt", "(I)Landroid/app/assist/AssistStructure$WindowNode;", "GetGetWindowNodeAt_IHandler", ApiSince=23)>]
abstract member GetWindowNodeAt : int -> Android.App.Assist.AssistStructure.WindowNode
override this.GetWindowNodeAt : int -> Android.App.Assist.AssistStructure.WindowNode

Parameters

index
Int32

Which window to retrieve, may be 0 to #getWindowNodeCount()-1.

Returns

Attributes

Remarks

Java documentation for android.app.assist.AssistStructure.getWindowNodeAt(int).

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