IExpandableListAdapter
GroupCount
HasStableIds
IsEmpty
AreAllItemsEnabled()
GetChild(Int32, Int32)
GetChildId(Int32, Int32)
GetChildrenCount(Int32)
GetChildView(Int32, Int32, Boolean, View, ViewGroup)
GetCombinedChildId(Int64, Int64)
GetCombinedGroupId(Int64)
GetGroup(Int32)
GetGroupId(Int32)
GetGroupView(Int32, Boolean, View, ViewGroup)
IsChildSelectable(Int32, Int32)
OnGroupCollapsed(Int32)
OnGroupExpanded(Int32)
RegisterDataSetObserver(DataSetObserver)
UnregisterDataSetObserver(DataSetObserver)
monoandroid
namespace Android.Widget
{
[Register("android/widget/ExpandableListAdapter", "", "Android.Widget.IExpandableListAdapterInvoker")]
public interface IExpandableListAdapter : IJavaObject, IJavaPeerable, IDisposable
{
[Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
Object? GetChild(int groupPosition, int childPosition);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API