Interface MemberListView

    • Method Detail

      • showMemberList

        void showMemberList​(int totalEntries)
        The view gets notified in this method when the call to the Members list API gets a successful response
        Parameters:
        totalEntries - total number of entries regardless of pagination
      • appendMemberList

        boolean appendMemberList​(java.util.List<Member> attendees,
                                 int totalEntries,
                                 java.lang.String memberId,
                                 int page)
        The view get notified in this method when the call to the Members list API (with pagination) gets a successful response
        Parameters:
        attendees - the list of members
        totalEntries - total number of entries regardless of pagination
        memberId - the id of the current logged in member
        page - the current page
        Returns:
        true for a success flag, else false
      • showFreshMemberList

        void showFreshMemberList​(int totalEntries)
        The view gets notified in this method if the refresh call to the Members API gets a successful response
        Parameters:
        totalEntries - total number of entries regardless of pagination
      • onConnectPermissionReceived

        void onConnectPermissionReceived​(Permissions permissions,
                                         SummaryMember summaryMember)
        The view gets notified in this method if the call to the summary - permissions api was successful
        Parameters:
        permissions - permissions object
        summaryMember - current logged in member