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
Parameter | Type | Description |
---|---|---|
thread | InAppThread | The in-app thread that was updated, if the update operation was successful. |
exception | WebexConnectException | Optional exception returned in case of an error during the thread update. |
Updated about 1 month ago