SendMessageStatusCallback
Alias for a function that sets the status of a message.
Alias for a function that sets the status of a message.
Syntax: typealias SendMessageStatusCallback = (messageTransactionIds: List<String>, status: PushMessageStatus, exception: WebexConnectException?) -> Unit
Parameters:
| Parameters | Type | Description |
|---|---|---|
| messageTransactionIds | List | The list of message transaction IDs whose status is being set. |
| status | PushMessageStatus | The new status is to be applied to the messages. |
| exception | WebexConnectException | Optional exception returned in case of error. |
Updated 12 months ago
