public interface EventDeliveryReport
EventDeliveryReport
  • Method Details

    • getEventId

      String getEventId()
      The ID of the app event.
      Returns:
      eventId
    • getStatus

      DeliveryStatus getStatus()
      Get status
      Returns:
      status
    • getChannelIdentity

      ChannelIdentity getChannelIdentity()
      Get channelIdentity
      Returns:
      channelIdentity
    • getContactId

      String getContactId()
      The ID of the contact. Will be empty if processing_mode is DISPATCH.
      Returns:
      contactId
    • getReason

      Reason getReason()
      Get reason
      Returns:
      reason
    • getMetadata

      String getMetadata()
      Metadata specified when sending the event if any.
      Returns:
      metadata
    • getProcessingMode

      ProcessingMode getProcessingMode()
      Get processingMode
      Returns:
      processingMode
    • builder

      static EventDeliveryReport.Builder builder()
      Getting builder
      Returns:
      New Builder instance