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

Properties

BOOL isFinished
 
NSUInteger totalCount
 
NSString * nextCursor
 
NSArray< V2TIMGroupInfo * > * groupList
 

Property Documentation

◆ isFinished

- (BOOL) isFinished
readwritenonatomicassign

Whether all groups that meet the search criteria have been returned.

◆ totalCount

- (NSUInteger) totalCount
readwritenonatomicassign

The total count of groups that meet the search criteria.

◆ nextCursor

- (NSString*) nextCursor
readwritenonatomicstrong

The search cursor for the next cloud search.

◆ groupList

- (NSArray<V2TIMGroupInfo *>*) groupList
readwritenonatomicstrong

The group list returned by the current cloud search.