ConversationViewModel
class ConversationViewModel(messageInteractor: ChatMessageInteractor, chatUserInteractor: ChatUserInteractor, chatInteractor: ChatInteractor) : ViewModel
Constructors
Link copied to clipboard
constructor(messageInteractor: ChatMessageInteractor, chatUserInteractor: ChatUserInteractor, chatInteractor: ChatInteractor)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun observeChat(chatModel: ChatModel, chatUserModel: ChatUserModel): LiveData<ResultObject<ChatModel>>
Link copied to clipboard
Link copied to clipboard