confirmAckMessageReception

fun confirmAckMessageReception(    context: Context,     messageId: Int?,     callback: OperationListener<MessagingError>?)

Call this method to confirm the reception of an acknowledged message.

This method is automatically confirm the reception of the related acknowledged message and synchronize it with the server.

See also

Parameters

context

The application context

messageId

The message id

callback

This callback will be invoked to handle operation result : Success : The request to confirm acknowledged message is successfully sent to the server Error : a local error occurred when trying to send the request to confirm acknowledged message to the server