Accounts.ACAccountStore: Method Members

The methods of Accounts.ACAccountStore are listed below. For a list of all members, see the ACAccountStore Members list.

See Also: Inherited members from Foundation.NSObject

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.