Package 

Enum DeliveryStatus

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum DeliveryStatus
    extends Enum<DeliveryStatus>
                        

    Return value for the status of a payload delivery.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FAILURE

      The payload was not delivered and should be deleted without attempting retry.

      UNDELIVERED

      The payload was not delivered but can be retried, e.g. when there was a loss of connectivity

      DELIVERED

      The payload was delivered successfully and can be deleted.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait