CarrierMessagingService.SendMmsResult(MessageSendStatus, Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a SendMmsResult with the MMS send result, and the SendConf PDU.
[Android.Runtime.Register(".ctor", "(I[B)V", "", ApiSince=22)]
public SendMmsResult (Android.Service.Carrier.MessageSendStatus sendStatus, byte[]? sendConfPdu);
[<Android.Runtime.Register(".ctor", "(I[B)V", "", ApiSince=22)>]
new Android.Service.Carrier.CarrierMessagingService.SendMmsResult : Android.Service.Carrier.MessageSendStatus * byte[] -> Android.Service.Carrier.CarrierMessagingService.SendMmsResult
Parameters
- sendStatus
- MessageSendStatus
send status, one of #SEND_STATUS_OK
,
#SEND_STATUS_RETRY_ON_CARRIER_NETWORK
, and
#SEND_STATUS_ERROR
- sendConfPdu
- Byte[]
a possibly {code null} SendConf PDU, which confirms that the message
was sent. sendConfPdu is ignored if the result
is not
#SEND_STATUS_OK
.
- Attributes
Remarks
Constructs a SendMmsResult with the MMS send result, and the SendConf PDU.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.