FetchThreadCallback
Defines a callback for fetching a single thread.
Defines a callback for fetching a single thread, providing the thread data and an optional exception if an error occurs.
Syntax: typealias FetchThreadCallback = InAppThreadCallback
Parameters
| Parameters | Type | Description |
|---|---|---|
| thread | InAppThread | The fetched in-app thread. |
| exception | WebexConnectException | Optional exception returned in case of error.) |
Updated 8 months ago
