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

Public Member Functions

String getUserID ()
 
String getNickName ()
 
String getNameCard ()
 
String getFriendRemark ()
 
String getFaceUrl ()
 
List< String > getOnlineDevices ()
 
String toString ()
 

Member Function Documentation

◆ getUserID()

String getUserID ( )
inline

Get the userID of a user

Returns
User's userID

◆ getNickName()

String getNickName ( )
inline

Get nicknames

Returns

◆ getNameCard()

String getNameCard ( )
inline

Get a group member's name card

Returns

◆ getFriendRemark()

String getFriendRemark ( )
inline

Get friend remarks. If you have not pulled the friend information or are not a friend, null is returned.

Returns
Friend remarks

◆ getFaceUrl()

String getFaceUrl ( )
inline

Get the profile photo URL of a user

Returns

◆ getOnlineDevices()

List<String> getOnlineDevices ( )
inline

Get a group member's online devices list

Returns

◆ toString()

String toString ( )
inline