confirm Ack Message Reception
open fun confirmAckMessageReception( @NonNull context: Context, @NonNull messageId: String, @Nullable callback: STWOperationCallback<MessagingError>)
Content copied to clipboard
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
message Id
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