Package-level declarations
Types
Link copied to clipboard
class TypingIndicatorViewModel(cid: String, chatClient: ChatClient = ChatClient.instance(), messageId: String? = null) : ViewModel
ViewModel used by TypingIndicatorView. It is responsible for updating the state of users who are currently typing.
Link copied to clipboard
class TypingIndicatorViewModelFactory(cid: String, chatClient: ChatClient = ChatClient.instance(), messageId: String? = null) : ViewModelProvider.Factory
A ViewModel factory for TypingIndicatorViewModel.
Inherited functions
Link copied to clipboard
Binds TypingIndicatorView with TypingIndicatorViewModel, updating the view's state based on data provided by the ViewModel.