Interface MessageDeliveryDetailsCompletionHandler


  • public interface MessageDeliveryDetailsCompletionHandler
    Completion handler for asynchronous message delivery details retrieval.
    • 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.