MonoTouch.Accounts Namespace

System Accounts Framework.

Remarks

A global system for storing account information and UI to authenticate to services.

As of iOS 7, the supported services are:

ServiceACAccountType
Facebook MonoTouch.Accounts.ACAccountType.Facebook
Sina Weibo MonoTouch.Accounts.ACAccountType.SinaWeibo
Tencent Weibo MonoTouch.Accounts.ACAccountType.TencentWeibo
Twitter MonoTouch.Accounts.ACAccountType.Twitter

Classes

TypeReason
ACAccountRepresents a user account stored in the Accounts database.
ACAccountCredentialEncapsulates information needed to authenticate a user.
ACAccountCredentialRenewResultAn enumeration whose values indicate the result of a credential renewal request (see MonoTouch.Accounts.ACAccountStore.RenewCredentials).
ACAccountStoreEncapsulates the Accounts database, providing access to MonoTouch.Accounts.ACAccount objects.
ACAccountStore+NotificationsNotification posted by the MonoTouch.Accounts.ACAccountStore class.
ACAccountStoreSaveCompletionHandlerA delegate that specifies the completion handler in calls to the MonoTouch.Accounts.ACAccountStore.SaveAccount method.
ACAccountTypeA class that contains information about MonoTouch.Accounts.ACAccounts of a particular type.
AccountStoreOptionsOptions available when requesting Facebook access.
ACErrorCodeAn enumeration whose values indicate various errors relating to accessing accounts.
ACFacebookAudienceSpecifies target audience for Facebook posts.
ACFacebookAudienceValueAn enumeration whose values specify the visibility of a post to Facebook.
ACFacebookKeyA class that encapsulates keys necessary for Facebook requests. Used with MonoTouch.Accounts.ACAccountStore.RequestAccess (MonoTouch.Accounts.ACAccountType, MonoTouch.Accounts.AccountStoreOptions, MonoTouch.Accounts.ACRequestCompletionHandler).
ACRequestCompletionHandlerA delegate that specifies the handler executed at the completion of calls to MonoTouch.Accounts.ACAccountStore.RequestAccesss.
ACTencentWeiboKeyKey to use when accessing Tencent Weibo accounts. Used with MonoTouch.Accounts.ACAccountStore.RequestAccess (MonoTouch.Accounts.ACAccountType, MonoTouch.Accounts.AccountStoreOptions, MonoTouch.Accounts.ACRequestCompletionHandler).