ACAccountStore.SaveAccount Method

Definition

Attempts to save an ACAccount to the Accounts database.

[Foundation.Export("saveAccount:withCompletionHandler:")]
public virtual void SaveAccount (Accounts.ACAccount account, Accounts.ACAccountStoreSaveCompletionHandler completionHandler);
abstract member SaveAccount : Accounts.ACAccount * Accounts.ACAccountStoreSaveCompletionHandler -> unit
override this.SaveAccount : Accounts.ACAccount * Accounts.ACAccountStoreSaveCompletionHandler -> unit

Parameters

account
ACAccount

The account to be saved.

completionHandler
ACAccountStoreSaveCompletionHandler

The handler to be called when the method completes.

Attributes

Applies to