Class CKFetchNotificationChangesOperation

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

    @Deprecated
    public class CKFetchNotificationChangesOperation
    extends CKOperation
    Deprecated.
    Deprecated in iOS 11.0.
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • CKFetchNotificationChangesOperation

        public CKFetchNotificationChangesOperation()
        Deprecated.
      • CKFetchNotificationChangesOperation

        protected CKFetchNotificationChangesOperation​(NSObject.Handle h,
                                                      long handle)
        Deprecated.
      • CKFetchNotificationChangesOperation

        protected CKFetchNotificationChangesOperation​(NSObject.SkipInit skipInit)
        Deprecated.
      • CKFetchNotificationChangesOperation

        public CKFetchNotificationChangesOperation​(CKServerChangeToken previousServerChangeToken)
        Deprecated.
    • Method Detail

      • getPreviousServerChangeToken

        public CKServerChangeToken getPreviousServerChangeToken()
        Deprecated.
      • setPreviousServerChangeToken

        public void setPreviousServerChangeToken​(CKServerChangeToken v)
        Deprecated.
      • getResultsLimit

        public long getResultsLimit()
        Deprecated.
      • setResultsLimit

        public void setResultsLimit​(long v)
        Deprecated.
      • isMoreComing

        public boolean isMoreComing()
        Deprecated.
      • getNotificationChangedBlock

        public org.robovm.objc.block.VoidBlock1<CKNotification> getNotificationChangedBlock()
        Deprecated.
      • setNotificationChangedBlock

        public void setNotificationChangedBlock​(org.robovm.objc.block.VoidBlock1<CKNotification> v)
        Deprecated.
      • getFetchNotificationChangesCompletionBlock

        public org.robovm.objc.block.VoidBlock2<CKServerChangeToken,​NSError> getFetchNotificationChangesCompletionBlock()
        Deprecated.
      • setFetchNotificationChangesCompletionBlock

        public void setFetchNotificationChangesCompletionBlock​(org.robovm.objc.block.VoidBlock2<CKServerChangeToken,​NSError> v)
        Deprecated.