DeleteMessageCallback
Defines a callback for deleting a message.
Defines a callback for deleting a message with the message transaction ID and an optional exception if an error occurs.
Syntax: typealias DeleteMessageCallback = (messageTransactionId: String, exception: WebexConnectException?) -> Unit
Parameters
Parameter | Type | Description |
---|---|---|
messageTransactionId | String | The transaction ID of the message that was deleted. |
exception | WebexConnectException | Optional exception returned in case of error. |
Updated 8 days ago