public static interface

RecyclerViewExpandableItemManager.OnGroupExpandListener

com.h6ah4i.android.widget.advrecyclerview.expandable.RecyclerViewExpandableItemManager.OnGroupExpandListener

Class Overview

Used for being notified when a group is expanded

Summary

Public Methods
abstract void onGroupExpand(int groupPosition, boolean fromUser, Object payload)
Callback method to be invoked when a group in this expandable list has been expanded.

Public Methods

public abstract void onGroupExpand (int groupPosition, boolean fromUser, Object payload)

Callback method to be invoked when a group in this expandable list has been expanded.

Parameters
groupPosition The group position that was expanded
fromUser Whether the expand request is issued by a user operation
payload Optional parameter, use null to identify a "full" update of the group item