Class TypingIndicatorViewModelFactory.Builder
-
- All Implemented Interfaces:
public final class TypingIndicatorViewModelFactory.Builder
-
-
Constructor Summary
Constructors Constructor Description TypingIndicatorViewModelFactory.Builder()
-
Method Summary
Modifier and Type Method Description final TypingIndicatorViewModelFactory.Buildercid(String cid)Sets the channel id in the format messaging:123. final TypingIndicatorViewModelFactory.BuilderchatClient(ChatClient chatClient)Sets the ChatClient instance. final TypingIndicatorViewModelFactory.BuildermessageId(String messageId)Sets the messageId of the Message we wish to scroll to. final ViewModelProvider.Factorybuild()Builds TypingIndicatorViewModelFactory instance. -
-
Method Detail
-
cid
final TypingIndicatorViewModelFactory.Builder cid(String cid)
Sets the channel id in the format messaging:123.
-
chatClient
final TypingIndicatorViewModelFactory.Builder chatClient(ChatClient chatClient)
Sets the ChatClient instance.
-
messageId
final TypingIndicatorViewModelFactory.Builder messageId(String messageId)
Sets the messageId of the Message we wish to scroll to.
-
build
final ViewModelProvider.Factory build()
Builds TypingIndicatorViewModelFactory instance.
-
-
-
-