CarrierMessagingService.SendMmsResult.SendStatus Property

Definition

Returns the send status of the just-sent MMS.

public Android.Service.Carrier.MessageSendStatus SendStatus { [Android.Runtime.Register("getSendStatus", "()I", "", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getSendStatus", "()I", "", ApiSince=22)>]
member this.SendStatus : Android.Service.Carrier.MessageSendStatus

Property Value

the send status which is one of #SEND_STATUS_OK, #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR

Attributes

Remarks

Returns the send status of the just-sent MMS.

Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.getSendStatus().

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