Freigeben über


CarrierMessagingService.SendMultipartSmsResult Constructor

Definition

Constructs a SendMultipartSmsResult with the send status and message references for the just-sent multipart SMS.

[Android.Runtime.Register(".ctor", "(I[I)V", "", ApiSince=22)]
public SendMultipartSmsResult (Android.Service.Carrier.MessageSendStatus sendStatus, int[]? messageRefs);
[<Android.Runtime.Register(".ctor", "(I[I)V", "", ApiSince=22)>]
new Android.Service.Carrier.CarrierMessagingService.SendMultipartSmsResult : Android.Service.Carrier.MessageSendStatus * int[] -> Android.Service.Carrier.CarrierMessagingService.SendMultipartSmsResult

Parameters

sendStatus
MessageSendStatus

send status, one of #SEND_STATUS_OK, #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR.

messageRefs
Int32[]

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.

Attributes

Remarks

Constructs a SendMultipartSmsResult with the send status and message references for the just-sent multipart SMS.

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

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