Package io.rong.imkit.model
Class UiUserDetail
-
- All Implemented Interfaces:
public class UiUserDetail
-
-
Constructor Summary
Constructors Constructor Description UiUserDetail(String userId, String name, String nickName, String portrait, boolean isFriend)
-
Method Summary
Modifier and Type Method Description String
getUserId()
String
getName()
String
getNickName()
String
getPortrait()
boolean
isFriend()
-
-
Method Detail
-
getUserId
String getUserId()
-
getName
String getName()
-
getNickName
String getNickName()
-
getPortrait
String getPortrait()
-
isFriend
boolean isFriend()
-
-
-
-