TelecomManager.RegisterPhoneAccount(PhoneAccount) Method

Definition

Register a PhoneAccount for use by the system that will be stored in Device Encrypted storage.

[Android.Runtime.Register("registerPhoneAccount", "(Landroid/telecom/PhoneAccount;)V", "GetRegisterPhoneAccount_Landroid_telecom_PhoneAccount_Handler", ApiSince=23)]
public virtual void RegisterPhoneAccount (Android.Telecom.PhoneAccount? account);
[<Android.Runtime.Register("registerPhoneAccount", "(Landroid/telecom/PhoneAccount;)V", "GetRegisterPhoneAccount_Landroid_telecom_PhoneAccount_Handler", ApiSince=23)>]
abstract member RegisterPhoneAccount : Android.Telecom.PhoneAccount -> unit
override this.RegisterPhoneAccount : Android.Telecom.PhoneAccount -> unit

Parameters

account
PhoneAccount

The complete PhoneAccount.

Attributes

Remarks

Java documentation for android.telecom.TelecomManager.registerPhoneAccount(android.telecom.PhoneAccount).

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