Class FriendListViewModel
-
- All Implemented Interfaces:
public class FriendListViewModel好友列表页面ViewModel
- Since:
5.12.0
rongcloud
-
-
Constructor Summary
Constructors Constructor Description FriendListViewModel(Bundle arguments)
-
Method Summary
Modifier and Type Method Description LiveData<List<ContactModel>>getAllContactsLiveData()voidgetAllFriends()-
-
Method Detail
-
getAllContactsLiveData
LiveData<List<ContactModel>> getAllContactsLiveData()
-
getAllFriends
void getAllFriends()
-
-
-
-