CarrierMessagingService.SendSmsResult.SendStatus Property

Definition

Returns the send status of the just-sent SMS.

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

Attributes

Remarks

Returns the send status of the just-sent SMS.

Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.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