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 the remarks for a friend. If the information has not been pulled or the user is not a friend, null will be 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 device list

Returns

◆ toString()

String toString ( )
inline