Package 

Interface Keystroke

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Boolean> invoke(String cid, String parentId) Keystroke should be called whenever a user enters text into the message input It automatically calls stopTyping when the user stops typing after 5 seconds
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.Keystroke

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • invoke

        @CheckResult() abstract Call<Boolean> invoke(String cid, String parentId)

        Keystroke should be called whenever a user enters text into the message input It automatically calls stopTyping when the user stops typing after 5 seconds

        Parameters:
        cid - the full channel id i.
        parentId - set this field to message.id to indicate that typing event is happening in a thread