Accounts.ACAccountStore Members

The members of Accounts.ACAccountStore are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
AccountsACAccount[]. The Accounts.ACAccounts stored on the device.
[read-only]
static
ChangeNotificationFoundation.NSString. Notification constant for Change
[read-only]
override
ClassHandleIntPtr. The handle for this class.

Public Methods

FindAccount(string) : ACAccount
Retrieves the Accounts.ACAccount whose ACAccount.Identifier is equal to identifer parameter.
FindAccounts(ACAccountType) : ACAccount[]
Retrieves an array of Accounts.ACAccounts of the type specified by the accountType parameter.
FindAccountType(string) : ACAccountType
Returns the Account.ACAccountType identified by the typeIdentifier.
RenewCredentials(ACAccount, Action<ACAccountCredentialRenewResult, Foundation.NSError>)
Attempts to renew credentials if they have become invalid.
RenewCredentialsAsync(ACAccount) : System.Threading.Tasks.Task<ACAccountCredentialRenewResult>
Attempts to renew credentials if they have become invalid.
RequestAccess(ACAccountType, ACRequestCompletionHandler)
Requests access to a type of social account.
RequestAccess(ACAccountType, AccountStoreOptions, ACRequestCompletionHandler)
Requests access to a type of social account.
RequestAccessAsync(ACAccountType) : System.Threading.Tasks.Task<Tuple<bool, Foundation.NSError>>
Documentation for this section has not yet been entered.
RequestAccessAsync(ACAccountType, AccountStoreOptions) : System.Threading.Tasks.Task<Tuple<bool, Foundation.NSError>>
Documentation for this section has not yet been entered.
SaveAccount(ACAccount, ACAccountStoreSaveCompletionHandler)
Attempts to save an MonoToch.Accounts.ACAccount to the Accounts database.
SaveAccountAsync(ACAccount) : System.Threading.Tasks.Task<Tuple<bool, Foundation.NSError>>
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the ACAccountStore object.
RequestAccess(ACAccountType, Foundation.NSDictionary, ACRequestCompletionHandler)
Requests access to a type of social account.
RequestAccessAsync(ACAccountType, Foundation.NSDictionary) : System.Threading.Tasks.Task<Tuple<bool, Foundation.NSError>>
Documentation for this section has not yet been entered.