Class CombineMessagePreviewViewModel
-
- All Implemented Interfaces:
public class CombineMessagePreviewViewModelCombined-forward message preview page ViewModel.
- Since:
5.12.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCombineMessagePreviewViewModel.LoadState
-
Constructor Summary
Constructors Constructor Description CombineMessagePreviewViewModel(Bundle arguments)
-
Method Summary
Modifier and Type Method Description LiveData<String>getTitleLiveData()LiveData<List<CombineMsgItem>>getMsgListLiveData()LiveData<LoadState>getLoadStateLiveData()voidloadMessage()-
-
Method Detail
-
getTitleLiveData
LiveData<String> getTitleLiveData()
-
getMsgListLiveData
LiveData<List<CombineMsgItem>> getMsgListLiveData()
-
getLoadStateLiveData
LiveData<LoadState> getLoadStateLiveData()
-
loadMessage
void loadMessage()
-
-
-
-