public interface InternalInboundStatuses
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONTENT_DISABLEDInternal inbound status indicating that content fetching
 is disabled and that it was not possible to
 fetch the media from the engage system | 
| static String | FAILEDInternal inbound status indicating that sending the message
 failed (i.e. | 
| static String | SENTInternal inbound status indicating that sending the message
 was successful. | 
| static String | TIMEOUTInternal inbound status indicating that the message was
 not sent to the external system within the configured time | 
| static String | TIMEOUT_CONTENTInternal inbound status indicating that media content for
 the message was not retrieved from the content system within
 the configured time | 
| static String | TIMEOUT_UPLOADInternal inbound status indicating that the media was
 not uploaded to the external system within the configured time | 
static final String TIMEOUT
static final String TIMEOUT_CONTENT
static final String TIMEOUT_UPLOAD
static final String CONTENT_DISABLED
static final String FAILED
static final String SENT
Copyright © 2019. All rights reserved.