onTypingEventResult

open override fun onTypingEventResult(result: Result<ChatEvent>, eventType: String, channelType: String, channelId: String, extraData: Map<Any, Any>, eventTime: Date)

Runs this side effect after ChatClient.keystroke and ChatClient.stopTyping request is completed.

Parameters

result

Result of the original request.

eventType

Type of the event that can be one of the EventType.TYPING_START or EventType.TYPING_STOP etc.

channelType

Type of the channel in which the event is sent.

channelId

Id of the channel in which the event is sent.

extraData

Any extra data such as parent id.

eventTime

Date object as the time of this event.