library / io.getstream.chat.android.livedata.usecase / Keystroke

Keystroke

interface Keystroke

Functions

invoke

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

abstract operator fun invoke(cid: String): Call2<Boolean>

Inheritors

KeystrokeImpl

class KeystrokeImpl : Keystroke