IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMGroupMessageReadMemberList

Public Member Functions

long getNextSeq ()
 
boolean isFinished ()
 
List< V2TIMGroupMemberInfogetMemberInfoList ()
 

Member Function Documentation

◆ getNextSeq()

long getNextSeq ( )
inline

Get the next pulling-by-page cursor

◆ isFinished()

boolean isFinished ( )
inline

Whether member list pulling is completed

Returns
true:completed false:uncompleted

◆ getMemberInfoList()

List<V2TIMGroupMemberInfo> getMemberInfoList ( )
inline

Group members profile who have or have not read the group message.

Returns
Members profile who have or have not read the group message.