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

StopTyping

interface StopTyping

Functions

invoke

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

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

Inheritors

StopTypingImpl

class StopTypingImpl : StopTyping