SendMessageStatusCallback

Defines a callback for setting the status of messages with the message transaction IDs and an optional exception if an error occurred.

Defines a callback for setting the status of messages with the message transaction IDs and an optional exception if an error occurred.

Syntax: typealias SendMessageStatusCallback = (messageTransactionIds: List<String>, status: InAppMessageStatus, exception: WebexConnectException?) -> Unit

Parameters

ParametersTypeDescription
messageTransactionIdsListThe list of message transaction IDs whose status is being set.
statusInAppMessageStatusThe new status to be applied to the messages.
exceptionWebexConnectExceptionOptional exception returned in case of error.