IExpandableListAdapter.GetGroup(Int32) Method

Definition

Gets the data associated with the given group.

[Android.Runtime.Register("getGroup", "(I)Ljava/lang/Object;", "GetGetGroup_IHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetGroup (int groupPosition);
[<Android.Runtime.Register("getGroup", "(I)Ljava/lang/Object;", "GetGetGroup_IHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetGroup : int -> Java.Lang.Object

Parameters

groupPosition
Int32

the position of the group

Returns

the data child for the specified group

Attributes

Remarks

Gets the data associated with the given group.

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