TelecomManager.RegisterPhoneAccount(PhoneAccount) 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.
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
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.