toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
UserData
/
AccountInfo
Account
Info
io.rong.imlib
public
class
AccountInfo
Members
Constructors
UserData.
Account
Info
Link copied to clipboard
io.rong.imlib
public
void
UserData.AccountInfo
(
)
public
void
UserData.AccountInfo
(
Parcel in
)
Properties
app
User
Id
Link copied to clipboard
io.rong.imlib
public
String
appUserId
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<AccountInfo>
CREATOR
nick
Name
Link copied to clipboard
io.rong.imlib
public
String
nickName
user
Name
Link copied to clipboard
io.rong.imlib
public
String
userName
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
App
User
Id
Link copied to clipboard
io.rong.imlib
public
String
getAppUserId
(
)
get
Nick
Name
Link copied to clipboard
io.rong.imlib
public
String
getNickName
(
)
get
User
Name
Link copied to clipboard
io.rong.imlib
public
String
getUserName
(
)
set
App
User
Id
Link copied to clipboard
io.rong.imlib
public
void
setAppUserId
(
String
appUserId
)
set
Nick
Name
Link copied to clipboard
io.rong.imlib
public
void
setNickName
(
String
nickName
)
set
User
Name
Link copied to clipboard
io.rong.imlib
public
void
setUserName
(
String
userName
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)