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

ParametersTypeDescription
unreadThreadCountIntThe count of unread threads.
exceptionWebexConnectExceptionOptional exception returned in case of error.