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

ParameterTypeDescription
messageTransactionIdStringThe transaction ID of the message that was deleted.
exceptionWebexConnectExceptionOptional exception returned in case of error.