PhoneAccount.Builder.SetSubscriptionAddress(Uri) Method
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.
Sets the subscription address.
[Android.Runtime.Register("setSubscriptionAddress", "(Landroid/net/Uri;)Landroid/telecom/PhoneAccount$Builder;", "GetSetSubscriptionAddress_Landroid_net_Uri_Handler", ApiSince=23)]
public virtual Android.Telecom.PhoneAccount.Builder SetSubscriptionAddress(Android.Net.Uri value);
[<Android.Runtime.Register("setSubscriptionAddress", "(Landroid/net/Uri;)Landroid/telecom/PhoneAccount$Builder;", "GetSetSubscriptionAddress_Landroid_net_Uri_Handler", ApiSince=23)>]
abstract member SetSubscriptionAddress : Android.Net.Uri -> Android.Telecom.PhoneAccount.Builder
override this.SetSubscriptionAddress : Android.Net.Uri -> Android.Telecom.PhoneAccount.Builder
Parameters
- value
- Uri
The subscription address.
Returns
The builder.
- Attributes
Remarks
Sets the subscription address. See PhoneAccount.getSubscriptionAddress.
Android reference for android.telecom.PhoneAccount.Builder.setSubscriptionAddress.
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.