Class GroupFollowsViewModel
-
- All Implemented Interfaces:
public class GroupFollowsViewModel
群组关注人列表页面
- Since:
5.12.2
rongcloud
-
-
Constructor Summary
Constructors Constructor Description GroupFollowsViewModel(Bundle arguments)
-
Method Summary
Modifier and Type Method Description LiveData<List<ContactModel>>
getAllGroupFollowsLiveData()
void
)>removeGroupFollows(List<String> userIds, OnDataChangeListener<Boolean> listener)
移除群组关注人 -
-
Method Detail
-
getAllGroupFollowsLiveData
LiveData<List<ContactModel>> getAllGroupFollowsLiveData()
-
removeGroupFollows
void )>removeGroupFollows(List<String> userIds, OnDataChangeListener<Boolean> listener)
移除群组关注人
- Parameters:
userIds
- 用户ID列表listener
- 数据变化监听
-
-
-
-