CBLCollectionChange

@interface CBLCollectionChange : NSObject

The collection change event

  • The IDs of the document that changed.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<NSString *> *_Nonnull documentIDs;
  • Collection.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLCollection *_Nonnull collection;
  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;