java.lang.Object | |
↳ | android.service.carrier.CarrierMessagingService.SendMultipartSmsResult |
The result of sending a multipart SMS.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a SendMultipartSmsResult with the send status and message references for the
just-sent multipart SMS.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the message references of the just-sent multipart SMS.
| |||||||||||
Returns the send status of the just-sent SMS.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a SendMultipartSmsResult with the send status and message references for the just-sent multipart SMS.
sendStatus | send status, one of SEND_STATUS_OK ,
SEND_STATUS_RETRY_ON_CARRIER_NETWORK , and SEND_STATUS_ERROR . |
---|---|
messageRefs | an array of message references, one for each part of the
multipart SMS. This field is applicable only if send status is
SEND_STATUS_OK .
|
Returns the message references of the just-sent multipart SMS.
Returns the send status of the just-sent SMS.