ChatsViewModel
open class ChatsViewModel(chatInteractor: ChatInteractor, chatUserInteractor: ChatUserInteractor, chatConf: ZappChatConfiguration) : ViewModel
Constructors
Link copied to clipboard
constructor(chatInteractor: ChatInteractor, chatUserInteractor: ChatUserInteractor, chatConf: ZappChatConfiguration)