public interface SmsStatus
extends java.io.Serializable
StatusReportMessage
, calling StatusReportMessage.getStatus()
will return a service dependant implementation of this interface.Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDischargeTime()
Get the time at which a previously submitted SMS was successfully
delivered to or attempted to deliver to the recipient or disposed of
by the SMSC.
|
boolean |
isCancelled()
Returns true if the indicated message has been cancelled by a previous call
to
SmsService.cancel(Message) . |
boolean |
isDeleted()
Returns true if the indicated message has been deleted.
|
boolean |
isDelivered()
Check if the Message has been sent sucessfuly.
|
boolean |
isPermanentError()
Returns true if a permanent error has occured.
|
boolean isDelivered()
boolean isPermanentError()
boolean isCancelled()
SmsService.cancel(Message)
.boolean isDeleted()
java.util.Date getDischargeTime()
object XP, Inc. © 2000-2013. All rights reserved object XP