UpdateThreadCallback

Defines a callback for handling the result of an in-app thread update operation.

Defines a callback for handling the result of an in-app thread update operation. The callback is called with the updated thread information if the operation is successful, or with an exception if the update fails.

Syntax: typealias UpdateThreadCallback = InAppThreadCallback

Parameters

ParameterTypeDescription
threadInAppThreadThe in-app thread that was updated, if the update operation was successful.
exceptionWebexConnectExceptionOptional exception returned in case of an error during the thread update.