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

Public Member Functions

String getNextCursor ()
 
List< V2TIMUserFullInfogetUserFullInfoList ()
 
void setUserFullInfoResult (String nextCursor, List< V2TIMUserFullInfo > v2TIMUserFullInfoList)
 

Member Function Documentation

◆ getNextCursor()

String getNextCursor ( )
inline

Get the next cursor of pulling-by-page. The value returned "" indicates that pulling is completed.

Returns
Next cursor for the pulling

◆ getUserFullInfoList()

List<V2TIMUserFullInfo> getUserFullInfoList ( )
inline

Get the user info list

Returns

◆ setUserFullInfoResult()

void setUserFullInfoResult ( String  nextCursor,
List< V2TIMUserFullInfo v2TIMUserFullInfoList 
)
inline