BaseExpandableListAdapter.GetGroupType(Int32) Method

Definition

To be added

[Android.Runtime.Register("getGroupType", "(I)I", "GetGetGroupType_IHandler")]
public virtual int GetGroupType (int groupPosition);
[<Android.Runtime.Register("getGroupType", "(I)I", "GetGetGroupType_IHandler")>]
abstract member GetGroupType : int -> int
override this.GetGroupType : int -> int

Parameters

groupPosition
Int32

the position of the group for which the type should be returned.

Returns

0 for any groupPosition, since only one group type count is declared.

Implements

Attributes

Remarks

To be added

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