Class CKMarkNotificationsReadOperation

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class CKMarkNotificationsReadOperation
extends CKOperation
Deprecated.
Deprecated in iOS 11.0. Instead of iterating notifications, consider using CKDatabaseSubscription, CKFetchDatabaseChangesOperation, and CKFetchRecordZoneChangesOperation as appropriate
  • Constructor Details

    • CKMarkNotificationsReadOperation

      public CKMarkNotificationsReadOperation()
      Deprecated.
    • CKMarkNotificationsReadOperation

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

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

      public CKMarkNotificationsReadOperation​(NSArray<CKNotificationID> notificationIDs)
      Deprecated.
  • Method Details