|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MMSReadReport
This interface represents a MMS Read Report.
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)| Field Summary | |
|---|---|
static int |
STATUS_DELETED
Status: Deleted without being read |
static int |
STATUS_READ
Status: Read |
static int |
STATUS_UNKNOWN
Status: Unknown |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.objectxp.mms.MMSReport |
|---|
getApplicationId, getAuxApplicationInfo, getDate, getMessageId, getReplyApplicationId, getTO |
| Field Detail |
|---|
static final int STATUS_UNKNOWN
static final int STATUS_READ
static final int STATUS_DELETED
| Method Detail |
|---|
MMSAddress getFrom()
int getReadStatus()
STATUS_READ or STATUS_DELETED or STATUS_UNKNOWN
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||