|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmsStatus
This interface represents a SMS Status Report result. When receiving
a StatusReportMessage, calling StatusReportMessage.getStatus()
will return a service dependant implementation of this interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean isDelivered()
boolean isPermanentError()
boolean isCancelled()
SmsService.cancel(Message).
boolean isDeleted()
java.util.Date getDischargeTime()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||