Interface MessageDeliveryDetailsCompletionHandler
-
public interface MessageDeliveryDetailsCompletionHandlerCompletion handler for asynchronous message delivery details retrieval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(MessagingException error)Reports that the operation has failed.voidonSuccess(MessageDeliveryDetails details)Reports that the operation was successfully completed.
-
-
-
Method Detail
-
onSuccess
void onSuccess(MessageDeliveryDetails details)
Reports that the operation was successfully completed.- Parameters:
details- Message delivery details retrieved.
-
onError
void onError(MessagingException error)
Reports that the operation has failed.- Parameters:
error- Information about failure details.
-
-