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

invoke

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

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 IE messaging:123

Return
A call object with Boolean as the return type. True when a typing event was sent, false if it wasn't sent