|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MMSDeliveryReport
This interface represents a MMS Delivery Report.
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)| Method Summary | |
|---|---|
MMSDeliveryStatus |
getStatus()
Get the delivery status of the message. |
| Methods inherited from interface com.objectxp.mms.MMSReport |
|---|
getApplicationId, getAuxApplicationInfo, getDate, getMessageId, getReplyApplicationId, getTO |
| Method Detail |
|---|
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.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||