Package com.getstream.sdk.chat.utils.typing

Types

Link copied to clipboard
class DefaultTypingUpdatesBuffer(    coroutineScope: CoroutineScope = CoroutineScope(DispatcherProvider.IO),     onTypingStarted: () -> Unit,     onTypingStopped: () -> Unit) : TypingUpdatesBuffer

After you call onKeystroke the class will call automatically handle buffering typing events and call onTypingStarted and onTypingStopped accordingly in a timed manner.

Link copied to clipboard
interface TypingUpdatesBuffer

Designed to buffer typing inputs.