FetchUnreadThreadCountCallback
Defines a callback for fetching the count of unread threads with the count and an optional exception if an error occurs.
Defines a callback for fetching the count of unread threads with the count and an optional exception if an error occurs.
Syntax:typealias FetchUnreadThreadCountCallback = (unreadThreadCount: Int, exception: WebexConnectException?) -> Unit
Parameters
| Parameters | Type | Description |
|---|---|---|
| unreadThreadCount | Int | The count of unread threads. |
| exception | WebexConnectException | Optional exception returned in case of error. |
Updated 12 months ago
