interface Keystroke
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> |
KeystrokeImpl |
class KeystrokeImpl : Keystroke |