Share via


CarrierMessagingService.SendMmsResult(MessageSendStatus, Byte[]) Constructor

Definition

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.

Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.CarrierMessagingService$SendMmsResult(int, byte[]).

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.

Applies to