Class GroupFollowsViewModel
-
- All Implemented Interfaces:
public class GroupFollowsViewModelViewModel for group follows list.
- Since:
5.12.2
-
-
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)Remove group follows. -
-
Method Detail
-
getAllGroupFollowsLiveData
LiveData<List<ContactModel>> getAllGroupFollowsLiveData()
-
removeGroupFollows
void )>removeGroupFollows(List<String> userIds, OnDataChangeListener<Boolean> listener)
Remove group follows.
- Parameters:
userIds- user ID listlistener- data change listener
-
-
-
-