| java.lang.Object | |
| ↳ | android.service.carrier.CarrierMessagingService.SendMmsResult |
The result of sending an MMS.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a SendMmsResult with the MMS send result, and the SendConf PDU.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the SendConf PDU, which confirms that the message was sent.
| |||||||||||
Returns the send status of the just-sent MMS.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a SendMmsResult with the MMS send result, and the SendConf PDU.
| sendStatus | send status, one of SEND_STATUS_OK,
SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and
SEND_STATUS_ERROR |
|---|---|
| sendConfPdu | a possibly {code null} SendConf PDU, which confirms that the message
was sent. sendConfPdu is ignored if the result is not
SEND_STATUS_OK.
|
Returns the SendConf PDU, which confirms that the message was sent.
Returns the send status of the just-sent MMS.
SEND_STATUS_OK,
SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and SEND_STATUS_ERROR