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

Public Member Functions

String getUserID ()
 
String getNickName ()
 
String getFaceUrl ()
 
long getBirthday ()
 
void setBirthday (long birthday)
 
String toString ()
 

Member Function Documentation

◆ getUserID()

String getUserID ( )
inline

Get the user ID

Returns
User ID

◆ getNickName()

String getNickName ( )
inline

Get the user nickname

Returns
Nickname

◆ getFaceUrl()

String getFaceUrl ( )
inline

Get the profile photo URL of a user

Returns
Profile photo URL

◆ getBirthday()

long getBirthday ( )
inline

Get the user's birthday

Returns
Birthday, in the format such as 19700101

◆ setBirthday()

void setBirthday ( long  birthday)
inline

Set the user's birthday

@birthday Birthday, in the format such as 19700101

◆ toString()

String toString ( )
inline