ACAccountStore
Notifications
ACAccountStore()
ACAccountStore(IntPtr)
ACAccountStore(NativeHandle)
ACAccountStore(NSObjectFlag)
Accounts
ChangeNotification
ClassHandle
Dispose(Boolean)
FindAccount(String)
FindAccounts(ACAccountType)
FindAccountType(String)
RemoveAccount(ACAccount, ACAccountStoreRemoveCompletionHandler)
RemoveAccountAsync(ACAccount)
RenewCredentials(ACAccount, Action<ACAccountCredentialRenewResult, NSError>)
RenewCredentialsAsync(ACAccount)
RequestAccess(ACAccountType, ACRequestCompletionHandler)
RequestAccess(ACAccountType, AccountStoreOptions, ACRequestCompletionHandler)
RequestAccess(ACAccountType, NSDictionary, ACRequestCompletionHandler)
RequestAccessAsync(ACAccountType)
RequestAccessAsync(ACAccountType, AccountStoreOptions)
RequestAccessAsync(ACAccountType, NSDictionary)
SaveAccount(ACAccount, ACAccountStoreSaveCompletionHandler)
SaveAccountAsync(ACAccount)
xamarinmac
namespace Accounts
{
[Register("ACAccountStore", true)]
public class ACAccountStore : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("removeAccount:withCompletionHandler:")]
public virtual void RemoveAccount(ACAccount! account, [BlockProxy(typeof(NIDACAccountStoreRemoveCompletionHandler))] ACAccountStoreRemoveCompletionHandler! completionHandler);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API