Ubuntu.OnlineAccounts.Manager

The account manager More...

Import Statement: import Ubuntu.OnlineAccounts 0.1

Methods

Detailed Description

The Manager element is a singleton class which can be used to create new online accounts or load existing ones.

Method Documentation

object createAccount(string providerName)

Create a new account interfacing to the provider identified by providerName.

See also loadAccount().


object loadAccount(uint accountId)

Loads the account identified by accountId. The returned object can be used to instantiate an Account.

See also createAccount().