public interface MMSReport
MMS provides two types of reports:
If a multimedia message has been delivered to its destination, the MMSC sends a Delivery Report to the originating sender. Likewise, if a multimedia message has been read by the recipient, a Read Report is returned to the sender.
Please note that you must enable reception of reports by calling the
setDeliveryReport(true)
and/or setReadReport(true)
methods on
the MMS Message before sending it.
Notice: Provisioning of a Read Report is up to the recipient of the multimedia message. Most MMS capable mobile phones will not provide a Read Report.
MMS 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).
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationId()
Identification of the application this read report is intended for.
|
java.lang.String |
getAuxApplicationInfo()
Auxiliary application information for internal use of the destination
application.
|
java.util.Date |
getDate()
Get the Date and time the message was handled (fetched, expired, etc.) by
the recipient or MMS Proxy-Relay
|
java.lang.String |
getMessageId()
This is the ID of the corresponding multimedia-message.
|
java.lang.String |
getReplyApplicationId()
Identification of a 'reply path' to this read report.
|
MMSAddress |
getTO()
Get the address of the recipient to whom the original message was
delivered.
|
java.lang.String getMessageId()
MMSAddress getTO()
java.util.Date getDate()
java.lang.String getApplicationId()
java.lang.String getReplyApplicationId()
java.lang.String getAuxApplicationInfo()
object XP, Inc. © 2000-2013. All rights reserved object XP