class KeystrokeImpl : Keystroke
<init> |
KeystrokeImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
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 operator fun invoke(cid: String): Call2<Boolean> |