SmsMessage.RecipientAddress Property

Definition

Returns the recipient address(receiver) of this SMS message in String form or null if unavailable.

public virtual string? RecipientAddress { [Android.Runtime.Register("getRecipientAddress", "()Ljava/lang/String;", "GetGetRecipientAddressHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRecipientAddress", "()Ljava/lang/String;", "GetGetRecipientAddressHandler", ApiSince=36)>]
member this.RecipientAddress : string

Property Value

Attributes

Remarks

Returns the recipient address(receiver) of this SMS message in String form or null if unavailable.

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

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