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

StopTypingImpl

class StopTypingImpl : StopTyping

Constructors

<init>

StopTypingImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

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

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