Removed Methods
|
boolean isStatusPermanentError(int )
|
For an SMS-STATUS-REPORT message, return true iff the status
field indicates that there has been a permanent error
delivering the message. |
boolean isStatusReceived(int )
|
For an SMS-STATUS-REPORT message, return true iff the status
field indicates that the message status has been received. |
boolean isStatusSuccessful(int )
|
For an SMS-STATUS-REPORT message, return true iff the status
field indicates that the message was delivered successfully. |
boolean isStatusTemporaryError(int )
|
For an SMS-STATUS-REPORT message, return true iff the status
field indicates that there has been a temporary error
delivering the message. |
Removed Fields
|
int SMS_STATUS_REPORT_MASK_PERMANENT_ERROR
|
|
int SMS_STATUS_REPORT_MASK_TEMPORARY_ERROR
|
masks for some ranges of values for the SMS-STATUS-REPORT field |
int SMS_STATUS_REPORT_NOT_RECEIVED
|
some possible values for the SMS-STATUS-REPORT field, plus -1
to represent that it hasn't yet been received |
int SMS_STATUS_REPORT_SME_UNABLE_TO_CONFIRM
|
|
int SMS_STATUS_REPORT_SMS_REPLACED_BY_SC
|
|
int SMS_STATUS_REPORT_SUCCESS
|
|