public interface MMSNotification
MM1Service
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentLocation()
The location (URL) where the corresponding MMS can be fetched on the
MMSC.
|
boolean |
getDeliveryReport()
Specifies whether the originator MMS Client requests a delivery report
from each recipient.
|
java.util.Date |
getExpiryDate()
Date until the MMSMessage will be available.
|
MMSAddress |
getFrom()
Address of the originator MMS Client.
|
long |
getMessageSize()
Returns the size of the incoming MMS in octets.
|
java.lang.String |
getMMSMessageClass()
Get the message class.
|
java.lang.String |
getPriority()
Get the priority of the MMS message assigned by the originator MMS Client.
|
ReplyCharging |
getReplyCharging()
Get the Reply Charging field for this message.
|
java.util.Date |
getReplyChargingDeadLine()
Get the reply charging deadline.
|
java.lang.String |
getReplyChargingId()
Get the reply charging ID .
|
int |
getReplyChargingSize()
Get the reply charging size.
|
java.lang.String |
getSubject()
Get the subject of the MMS waiting to be fetched.
|
java.lang.String |
getTransactionId()
The unique Transaction-ID of the MMS.
|
java.lang.String |
getVersion()
Get the version of this MMS notification.
|
java.lang.Boolean |
isDistributionAllowed()
Determine if the content of the MMSMessage may be distributed further.
|
java.lang.String getTransactionId()
java.lang.String getVersion()
MMSAddress getFrom()
java.lang.String getSubject()
boolean getDeliveryReport()
java.lang.String getMMSMessageClass()
java.lang.String getPriority()
MMSMessage.PRIORITY_LOW
,
MMSMessage.PRIORITY_NORMAL
,
MMSMessage.PRIORITY_HIGH
or null.long getMessageSize()
java.util.Date getExpiryDate()
ReplyCharging getReplyCharging()
java.util.Date getReplyChargingDeadLine()
int getReplyChargingSize()
java.lang.String getReplyChargingId()
java.lang.Boolean isDistributionAllowed()
java.lang.String getContentLocation()
object XP, Inc. © 2000-2013. All rights reserved object XP