diff --git a/technical/2.1.-Manage-Accounts.md b/technical/2.1.-Manage-Accounts.md index d15f8376..e98fb75e 100644 --- a/technical/2.1.-Manage-Accounts.md +++ b/technical/2.1.-Manage-Accounts.md @@ -14,6 +14,29 @@ In this part, we will learn how to manage a Ring account. This means, how to cre ### API +In cx.ring.Ring.ConfigurationManager: + +```xml + + + Add a new account. When created, the signal accountsChanged is emitted. The clients must then call getAccountList to update their internal data structure. + If no details are specified, the default parameters are used. + The core tries to register the account as soon it is created. + + + + + The new account settings + + + + + A new account ID + + + +``` + ### Core ## From scratch \ No newline at end of file