Class CKQueryNotification

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

    public class CKQueryNotification
    extends CKNotification
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • CKQueryNotification

        protected CKQueryNotification()
      • CKQueryNotification

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

      • getRecordFields

        public java.util.Map<java.lang.String,​NSObject> getRecordFields()
      • isPublicDatabase

        @Deprecated
        public boolean isPublicDatabase()
        Deprecated.
        Deprecated in iOS 10.0. Use databaseScope instead
        Since:
        Available in iOS 8.0 and later.
      • getDatabaseScope

        public CKDatabaseScope getDatabaseScope()
        Since:
        Available in iOS 10.0 and later.