public interface MMSReadReport extends MMSReport
A Read Report is generated by the MMSC when a multimedia message has been
read by the recipient. Read Reports are only provided for outgoing
messages that have requested
a Read Report.
Notice: Provisioning of a Read Report is up to the recipient of the multimedia message. Most MMS capable mobile phones will never provide a Read Report.
MMSListener.handleReadReport(MMSService, MMSReadReport)
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_DELETED
Status: Deleted without being read
|
static int |
STATUS_READ
Status: Read
|
static int |
STATUS_UNKNOWN
Status: Unknown
|
Modifier and Type | Method and Description |
---|---|
MMSAddress |
getFrom()
Get the address of the originator of the Read Report, i.e. the recipient of
the original multimedia message.
|
int |
getReadStatus()
Get the status of the message.
|
getApplicationId, getAuxApplicationInfo, getDate, getMessageId, getReplyApplicationId, getTO
static final int STATUS_UNKNOWN
static final int STATUS_READ
static final int STATUS_DELETED
MMSAddress getFrom()
int getReadStatus()
STATUS_READ
or STATUS_DELETED
or STATUS_UNKNOWN
object XP, Inc. © 2000-2013. All rights reserved object XP