PhoneAccount.SubscriptionAddress Property

Definition

The raw callback number used for this PhoneAccount, as distinct from #getAddress().

public Android.Net.Uri? SubscriptionAddress { [Android.Runtime.Register("getSubscriptionAddress", "()Landroid/net/Uri;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getSubscriptionAddress", "()Landroid/net/Uri;", "", ApiSince=23)>]
member this.SubscriptionAddress : Android.Net.Uri

Property Value

Uri

The subscription number, suitable for display to the user.

Attributes

Remarks

Java documentation for android.telecom.PhoneAccount.getSubscriptionAddress().

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