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

ParametersTypeDescription
threadInAppThreadThe fetched in-app thread.
exceptionWebexConnectExceptionOptional exception returned in case of error.)