Class CKFetchNotificationChangesOperation

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class CKFetchNotificationChangesOperation
extends CKOperation
Deprecated.
Deprecated in iOS 11.0. Instead of iterating notifications to enumerate changed record zones, use CKDatabaseSubscription, CKFetchDatabaseChangesOperation, and CKFetchRecordZoneChangesOperation
  • Constructor Details

    • 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 Details

    • 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 VoidBlock1<CKNotification> getNotificationChangedBlock()
      Deprecated.
    • setNotificationChangedBlock

      public void setNotificationChangedBlock​(VoidBlock1<CKNotification> v)
      Deprecated.
    • getFetchNotificationChangesCompletionBlock

      public VoidBlock2<CKServerChangeToken,​NSError> getFetchNotificationChangesCompletionBlock()
      Deprecated.
    • setFetchNotificationChangesCompletionBlock

      public void setFetchNotificationChangesCompletionBlock​(VoidBlock2<CKServerChangeToken,​NSError> v)
      Deprecated.
    • init

      protected long init​(CKServerChangeToken previousServerChangeToken)
      Deprecated.