public interface MMSDeliveryReport extends MMSReport
A Delivery Report is generated by the MMSC when a multimedia message has been
delivered to its destination. Delivery Reports are only provided for outgoing
messages that have requested
a Delivery Report.
Delivery Reports are passed to your application through the MMSListener
interface. When a MMSService receives a Delivery Report from the MMSC, it will
pass the report to your MMSListener
implementation (provided that you have
registered your listener with the service using the MMSService#setListener
method).
MMSListener.handleDeliveryReport(MMSService, MMSDeliveryReport)
Modifier and Type | Method and Description |
---|---|
MMSDeliveryStatus |
getStatus()
Get the delivery status of the message.
|
getApplicationId, getAuxApplicationInfo, getDate, getMessageId, getReplyApplicationId, getTO
MMSDeliveryStatus getStatus()
The delivery status consists of a status code
and an optional
status text
.
Status codes include EXPIRED
, RETRIEVED
, etc.
See the documentation on MMSStatus
for a list of all possible
status codes.
object XP, Inc. © 2000-2013. All rights reserved object XP