PublishTypingIndicatorCallback

Defines a callback for publishing a typing indicator event.

This callback is invoked after attempting to publish a typing indicator, providing the thread, the typing state, and an optional exception if an error occurred.

Syntax: Syntax: typealias PublishTypingIndicatorCallback = (thread: InAppThread, isTyping: Boolean, exception: WebexConnectException?) -> Unit

Parameters

ParametersTypeDescription
threadInAppThreadThe in-app thread to which the typing indicator is being published.
isTypingBooleanBoolean indicating whether the user is currently typing or not.
exceptionWebexConnectExceptionOptional exception returned in case of an error during the publish operation.