BaseExpandableListAdapter.GetChildType(Int32, Int32) Method

Definition

To be added

[Android.Runtime.Register("getChildType", "(II)I", "GetGetChildType_IIHandler")]
public virtual int GetChildType (int groupPosition, int childPosition);
[<Android.Runtime.Register("getChildType", "(II)I", "GetGetChildType_IIHandler")>]
abstract member GetChildType : int * int -> int
override this.GetChildType : int * int -> int

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

0 for any group or child position, since only one child type count is declared.

Implements

Attributes

Remarks

To be added

Java documentation for android.widget.BaseExpandableListAdapter.getChildType(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