Class GroupJoinedPagedHandler

  • All Implemented Interfaces:

    
    public class GroupJoinedPagedHandler
    
                        

    Paged handler for fetching joined groups.

    Note: Call stop to release resources when done.

    Since:

    5.12.2

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void getJoinedGroupsByRole(GroupMemberRole groupMemberRole) Gets joined groups by role.
      void )>loadNext(OnDataChangeListener<Boolean> listener)
      boolean hasNext()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupJoinedPagedHandler

        GroupJoinedPagedHandler()
      • GroupJoinedPagedHandler

        GroupJoinedPagedHandler(int pageCount)
    • Method Detail

      • getJoinedGroupsByRole

         void getJoinedGroupsByRole(GroupMemberRole groupMemberRole)

        Gets joined groups by role.

        Parameters:
        groupMemberRole - the group member role
      • loadNext

         void )>loadNext(OnDataChangeListener<Boolean> listener)