SmsManager.SmscAddress Property

Definition

Gets the SMSC address from (U)SIM.

public string? SmscAddress { [Android.Runtime.Register("getSmscAddress", "()Ljava/lang/String;", "", ApiSince=30)] [Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getSmscAddress", "()Ljava/lang/String;", "", ApiSince=30)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")>]
member this.SmscAddress : string

Property Value

String

the SMSC address string, null if failed.

Attributes

Remarks

Java documentation for android.telephony.SmsManager.getSmscAddress().

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