Package com.cheetahdigital.groups.ui.members
-
Interface Summary Interface Description GroupMembersListView MvpView
class ofGroupMembersListActivity
-
Class Summary Class Description GroupMembersListActivity The Activity class for showing the list ofGroupMembers
viaGroupMembersListFragment
Can receive the following intent extras: GROUP_NAME_KEY - the display name ofGroup
IntentKey.PRIMARY_ID
- the id ofGroup
GroupMembersListFragment<A extends MemberAdapter,V extends GroupMembersListView,P extends GroupMembersListPresenter<V>> The fragment class for showing the list ofMember
Can receive the following intent extras:IntentKey.PRIMARY_ID
- the id ofGroup
IntentKey.PRIMARY_PARAMS
- theGroupsParams
to use for api callGroupMembersListPresenter<T extends GroupMembersListView> TheMvpView
Presenter Class forGroupMembersListActivity