Interface AddParticipantAddressesCompletionHandler


  • public interface AddParticipantAddressesCompletionHandler
    Completion handler for AddParticipantAddresses operation.
    • Method Detail

      • onSuccess

        void onSuccess​(java.util.List<MessagingParticipant> messagingParticipants)
        Reports that the operation was successfully completed.
        Parameters:
        messagingParticipants - List of added participants.
      • onError

        void onError​(MessagingException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.