toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.userinfo.model
/
ExtendedUserInfo
Extended
User
Info
public
class
ExtendedUserInfo
功能描述: 扩展用户信息实体类,用来存储用户信息。
Author
rongcloud
Since
5.10.5
Members
Properties
CREATOR
Link copied to clipboard
public
final
static
Creator<ExtendedUserInfo>
CREATOR
user
Profile
Link copied to clipboard
public
final
UserProfile
userProfile
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
get
User
Profile
Link copied to clipboard
public
UserProfile
getUserProfile
(
)
获取 UserProfile 对象。
obtain
Link copied to clipboard
public
static
ExtendedUserInfo
obtain
(
UserInfo userInfo
)
public
static
ExtendedUserInfo
obtain
(
UserProfile userProfile
)
创建 ExtendedUserInfo 对象。
to
String
Link copied to clipboard
public
String
toString
(
)
to
User
Profile
Link copied to clipboard
public
UserProfile
toUserProfile
(
)
将 ExtendedUserInfo 转换为 UserProfile 对象。
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
Parcel dest
,
int flags
)