Package org.robovm.apple.accounts
Class ACAccountStore
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.accounts.ACAccountStore
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class ACAccountStore extends NSObject
Deprecated.
Deprecated in iOS 15.0. Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classACAccountStore.ACAccountStorePtrDeprecated.static classACAccountStore.NotificationsDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ACAccountStore()Deprecated.protectedACAccountStore(NSObject.Handle h, long handle)Deprecated.protectedACAccountStore(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description static NSStringDidChangeNotification()Deprecated.Deprecated in iOS 14.0.ACAccountgetAccount(String identifier)Deprecated.NSArray<ACAccount>getAccounts()Deprecated.NSArray<ACAccount>getAccounts(ACAccountType accountType)Deprecated.ACAccountTypegetAccountType(ACAccountTypeIdentifier typeIdentifier)Deprecated.voidremoveAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated.voidrenewCredentials(ACAccount account, VoidBlock2<ACAccountCredentialRenewResult,NSError> completionHandler)Deprecated.voidrequestAccessToAccounts(ACAccountType accountType, ACAccountOptions options, VoidBlock2<Boolean,NSError> completion)Deprecated.protected voidrequestAccessToAccounts(ACAccountType accountType, NSDictionary<?,?> options, VoidBlock2<Boolean,NSError> completion)Deprecated.voidsaveAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated.Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
ACAccountStore
public ACAccountStore()Deprecated. -
ACAccountStore
Deprecated. -
ACAccountStore
Deprecated.
-
-
Method Details
-
getAccounts
Deprecated. -
requestAccessToAccounts
public void requestAccessToAccounts(ACAccountType accountType, ACAccountOptions options, VoidBlock2<Boolean,NSError> completion)Deprecated. -
DidChangeNotification
Deprecated.Deprecated in iOS 14.0. Public notification deprecated. Internal clients, see private header for replacement -
getAccount
Deprecated. -
getAccountType
Deprecated. -
getAccounts
Deprecated. -
saveAccount
Deprecated. -
requestAccessToAccounts
protected void requestAccessToAccounts(ACAccountType accountType, NSDictionary<?,?> options, VoidBlock2<Boolean,NSError> completion)Deprecated. -
renewCredentials
public void renewCredentials(ACAccount account, VoidBlock2<ACAccountCredentialRenewResult,NSError> completionHandler)Deprecated. -
removeAccount
Deprecated.
-