/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AccountsDaemon.framework/Headers/ACDAccountStoreProtocol.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 50 lines · 40 code · 4 blank · 6 comment · 0 complexity · 521d14e09d5b5f8888617f9378817f2f MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
- */
- #import "NSObject.h"
- @protocol ACDAccountStoreProtocol <NSObject>
- - (void)accessKeysForAccountType:(id)accountType handler:(id)handler;
- - (void)accountIdentifiersEnabledToSyncDataclass:(id)syncDataclass handler:(id)handler;
- - (void)accountTypeForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)accountTypeWithIdentifier:(id)identifier handler:(id)handler;
- - (void)accountTypesWithHandler:(id)handler;
- - (void)accountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)accountsWithAccountType:(id)accountType handler:(id)handler;
- - (void)accountsWithHandler:(id)handler;
- - (void)appPermissionsForAccountType:(id)accountType withHandler:(id)handler;
- - (void)childAccountsForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)clearAllPermissionsGrantedForAccountType:(id)accountType withHandler:(id)handler;
- - (void)credentialForAccountWithIdentifier:(id)identifier bundleID:(id)anId handler:(id)handler;
- - (void)credentialForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)dataclassesWithHandler:(id)handler;
- - (void)displayAccountTypeForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)enabledDataclassesForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)insertAccountDataclass:(id)dataclass withHandler:(id)handler;
- - (void)insertAccountType:(id)type withHandler:(id)handler;
- - (void)parentAccountForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)permissionForAccountType:(id)accountType withHandler:(id)handler;
- - (void)promptUserForCredentialsWithAccount:(id)account withHandler:(id)handler;
- - (void)provisionedDataclassesForAccountWithIdentifier:(id)identifier handler:(id)handler;
- - (void)removeAccount:(id)account withHandler:(id)handler;
- - (void)removeAccountType:(id)type withHandler:(id)handler;
- - (void)renewCredentialsForAccount:(id)account withHandler:(id)handler;
- - (void)requestAccessForAccountTypeWithIdentifier:(id)identifier options:(id)options withHandler:(id)handler;
- - (void)saveAccount:(id)account forPID:(id)pid withHandler:(id)handler;
- - (void)saveAccount:(id)account withHandler:(id)handler;
- - (void)setClientBundleID:(id)anId withHandler:(id)handler;
- - (void)setNotificationsEnabledNum:(id)num;
- - (void)setPermissionGranted:(id)granted forBundleID:(id)bundleID onAccountType:(id)type withHandler:(id)handler;
- - (void)supportedDataclassesForAccountType:(id)accountType handler:(id)handler;
- - (void)syncableDataclassesForAccountType:(id)accountType handler:(id)handler;
- - (void)typeIdentifierForDomain:(id)domain withHandler:(id)handler;
- - (void)updateExistenceCacheOfAccountWithTypeIdentifier:(id)typeIdentifier withHandler:(id)handler;
- - (void)verifyCredentialsForAccount:(id)account saveWhenAuthorized:(BOOL)authorized withHandler:(id)handler;
- - (void)verifyCredentialsForAccount:(id)account withHandler:(id)handler;
- @end