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
Parameters | Type | Description |
---|---|---|
messageTransactionIds | List | The list of message transaction IDs whose status is being set. |
status | InAppMessageStatus | The new status to be applied to the messages. |
exception | WebexConnectException | Optional exception returned in case of error. |
Updated 8 days ago