CarrierMessagingService.SendSmsResult.MessageRef Property

Definition

Returns the message reference of the just-sent SMS.

public int MessageRef { [Android.Runtime.Register("getMessageRef", "()I", "", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getMessageRef", "()I", "", ApiSince=22)>]
member this.MessageRef : int

Property Value

the message reference

Attributes

Remarks

Returns the message reference of the just-sent SMS.

Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.getMessageRef().

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