Language

SimpleExpandableListAdapter.GetChildId(Int32, Int32) Method

Definition

Gets the child id.

[Android.Runtime.Register("getChildId", "(II)J", "GetGetChildId_IIHandler")]
public override long GetChildId(int groupPosition, int childPosition);
[<Android.Runtime.Register("getChildId", "(II)J", "GetGetChildId_IIHandler")>]
override this.GetChildId : int * int -> int64

Parameters

groupPosition
Int32

int

childPosition
Int32

int

Returns

The result of the get child id operation.

Attributes

Remarks

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.

Java documentation for SimpleExpandableListAdapter.

Applies to