Class GroupSearchViewModel
-
- All Implemented Interfaces:
public class GroupSearchViewModel
群组搜索页面ViewModel
- Since:
5.12.2
rongcloud
-
-
Constructor Summary
Constructors Constructor Description GroupSearchViewModel(Bundle arguments)
-
Method Summary
Modifier and Type Method Description LiveData<List<GroupInfo>>
getFilteredGroupInfoListLiveData()
void
searchJoinedGroups(String query)
搜索加入的群组 -
-
Method Detail
-
getFilteredGroupInfoListLiveData
LiveData<List<GroupInfo>> getFilteredGroupInfoListLiveData()
-
searchJoinedGroups
void searchJoinedGroups(String query)
搜索加入的群组
- Parameters:
query
- 查询关键字
-
-
-
-