SmsMessage.ServiceCenterAddress Property

Definition

Returns the address of the SMS service center that relayed this message or null if there is none.

public virtual string? ServiceCenterAddress { [Android.Runtime.Register("getServiceCenterAddress", "()Ljava/lang/String;", "GetGetServiceCenterAddressHandler")] get; }
[<get: Android.Runtime.Register("getServiceCenterAddress", "()Ljava/lang/String;", "GetGetServiceCenterAddressHandler")>]
member this.ServiceCenterAddress : string

Property Value

Attributes

Remarks

Returns the address of the SMS service center that relayed this message or null if there is none.

Java documentation for android.telephony.SmsMessage.getServiceCenterAddress().

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