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)
xamarinios
namespace Accounts
{
[Register("ACAccountStore", true)]
public class ACAccountStore : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal ACAccountStore(IntPtr handle);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin macOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , 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