Class ACAccountStore

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class ACAccountStore
    extends NSObject
    Since:
    Available in iOS 5.0 and later.
    • Constructor Detail

      • ACAccountStore

        public ACAccountStore()
      • ACAccountStore

        protected ACAccountStore​(NSObject.Handle h,
                                 long handle)
    • Method Detail

      • requestAccessToAccounts

        public void requestAccessToAccounts​(ACAccountType accountType,
                                            ACAccountOptions options,
                                            org.robovm.objc.block.VoidBlock2<java.lang.Boolean,​NSError> completion)
      • DidChangeNotification

        public static NSString DidChangeNotification()
        Since:
        Available in iOS 5.0 and later.
      • getAccount

        public ACAccount getAccount​(java.lang.String identifier)
      • saveAccount

        public void saveAccount​(ACAccount account,
                                org.robovm.objc.block.VoidBlock2<java.lang.Boolean,​NSError> completionHandler)
      • requestAccessToAccounts

        protected void requestAccessToAccounts​(ACAccountType accountType,
                                               NSDictionary<?,​?> options,
                                               org.robovm.objc.block.VoidBlock2<java.lang.Boolean,​NSError> completion)
      • removeAccount

        public void removeAccount​(ACAccount account,
                                  org.robovm.objc.block.VoidBlock2<java.lang.Boolean,​NSError> completionHandler)