PhoneAccount.SubscriptionAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The subscription number, suitable for display to the user.
- Attributes
Remarks
The raw callback number used for this PhoneAccount
, as distinct from #getAddress()
. For the majority of PhoneAccount
s this should be registered as null
. It is used by the system for SIM-based PhoneAccount
registration where android.telephony.TelephonyManager#setLine1NumberForDisplay(String, String)
has been used to alter the callback number.
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.