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.
V2TIMPermissionGroupMemberInfoResult

Public Member Functions

String getNextCursor ()
 
List< V2TIMGroupMemberFullInfogetMemberInfoList ()
 

Member Function Documentation

◆ getNextCursor()

String getNextCursor ( )
inline

Pulling-by-page flag. If the callback succeeds and nextCursor is not empty string, pagination is needed. The value of this field is passed in for the next pull until the value becomes empty string.

◆ getMemberInfoList()

List<V2TIMGroupMemberFullInfo> getMemberInfoList ( )
inline

Get the permission group member list

Returns