Package com.getstream.sdk.chat.utils.typing
Types
Link copied to clipboard
class DefaultTypingUpdatesBuffer( coroutineScope: CoroutineScope = CoroutineScope(DispatcherProvider.IO), onTypingStarted: () -> Unit, onTypingStopped: () -> Unit) : TypingUpdatesBuffer
Content copied to clipboard
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
Designed to buffer typing inputs.