Package 

Interface StopTyping

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Boolean> invoke(String cid, String parentId) StopTyping should be called when the user submits the text and finishes typing
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.StopTyping

        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)

        StopTyping should be called when the user submits the text and finishes typing

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