Class TypingIndicatorViewModelFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends ViewModel> T create(Class<T> modelClass)
      • Methods inherited from class androidx.lifecycle.ViewModelProvider.Factory

        create
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypingIndicatorViewModelFactory

        TypingIndicatorViewModelFactory(String cid, ChatClient chatClient, String messageId)
        Parameters:
        cid - The channel id in the format messaging:123.
        chatClient - The ChatClient instance.
        messageId - The id of the message we wish to focus to.