public interface MessagingCompletion
The MessagingCompletion callback interface used for acknowledging the completion of a messaging operation.
| Modifier and Type | Method and Description |
|---|---|
void |
complete(boolean success,
MessagingError error)
Acknowledges completion of the operation.
|
void complete(boolean success,
MessagingError error)
success - Success or failureerror - The error if any