BaseExpandableListAdapter.GetChild(Int32, Int32) Method

Definition

Gets the data associated with the given child within the given group.

[Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler")]
public abstract Java.Lang.Object? GetChild (int groupPosition, int childPosition);
[<Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler")>]
abstract member GetChild : int * int -> Java.Lang.Object

Parameters

groupPosition
Int32

the position of the group that the child resides in

childPosition
Int32

the position of the child with respect to other children in the group

Returns

the data of the child

Implements

Attributes

Remarks

Gets the data associated with the given child within the given group.

Java documentation for android.widget.ExpandableListAdapter.getChild(int, 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