toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.usermanage.friend.user.profile
/
UserProfileViewModel
User
Profile
View
Model
public
class
UserProfileViewModel
功能描述:
Author
rongcloud
Since
5.10.4
Members
Constructors
User
Profile
View
Model
Link copied to clipboard
public
void
UserProfileViewModel
(
Bundle args
)
Properties
ui
User
Detail
Link copied to clipboard
public
UiUserDetail
uiUserDetail
Functions
apply
Friend
Link copied to clipboard
public
void
applyFriend
(
String
remark
,
OnDataChangeListener<CoreErrorCode> callback
)
delete
Friend
Link copied to clipboard
public
void
deleteFriend
(
OnDataChangeListener<Boolean> callback
)
get
Contact
Model
Live
Data
Link copied to clipboard
public
MutableLiveData<ContactModel>
getContactModelLiveData
(
)
get
Ui
User
Detail
Link copied to clipboard
public
UiUserDetail
getUiUserDetail
(
)
get
User
Profile
Link copied to clipboard
public
void
getUserProfile
(
)
get
User
Profiles
Live
Data
Link copied to clipboard
public
MutableLiveData<UiUserDetail>
getUserProfilesLiveData
(
)