-
- All Implemented Interfaces:
-
androidx.lifecycle.ViewModelProvider.Factory
public final class ChannelViewModelFactory implements ViewModelProvider.Factory
A ViewModel factory for MessageListViewModel, ChannelHeaderViewModel and MessageInputViewModel
-
-
Constructor Summary
Constructors Constructor Description ChannelViewModelFactory(String cid, String messageId)ChannelViewModelFactory(String cid)
-
Method Summary
-
-
Constructor Detail
-
ChannelViewModelFactory
ChannelViewModelFactory(String cid, String messageId)
- Parameters:
cid- : the channel id in the format messaging:123messageId- : the id of the target message to displayed
-
ChannelViewModelFactory
ChannelViewModelFactory(String cid)
- Parameters:
cid- : the channel id in the format messaging:123
-
-
-
-