ChatsViewModel

open class ChatsViewModel(chatInteractor: ChatInteractor, chatUserInteractor: ChatUserInteractor, chatConf: ZappChatConfiguration) : ViewModel

Constructors

Link copied to clipboard
constructor(chatInteractor: ChatInteractor, chatUserInteractor: ChatUserInteractor, chatConf: ZappChatConfiguration)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun search(search: String)
Link copied to clipboard