toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.usermanage.friend.user.profile
/
UserProfileViewModel
User
Profile
View
Model
public
class
UserProfileViewModel
User profile page ViewModel
Since
5.12.0
Members
Constructors
User
Profile
View
Model
Link copied to clipboard
public
void
UserProfileViewModel
(
Bundle arguments
)
Properties
my
Group
Member
Info
Live
Data
Link copied to clipboard
public
final
MutableLiveData<GroupMemberInfo>
myGroupMemberInfoLiveData
online
Status
Live
Data
Link copied to clipboard
public
final
MutableLiveData<UserOnlineStatus>
onlineStatusLiveData
Functions
apply
Friend
Link copied to clipboard
public
void
applyFriend
(
String
remark
,
OnDataChangeListener<Integer> 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
My
Group
Member
Info
Live
Data
Link copied to clipboard
public
MutableLiveData<GroupMemberInfo>
getMyGroupMemberInfoLiveData
(
)
get
Online
Status
Live
Data
Link copied to clipboard
public
MutableLiveData<UserOnlineStatus>
getOnlineStatusLiveData
(
)
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
(
)