API Differences in CoreSpotlight in macOS 15.4

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in CoreSpotlight in the macOS 15.4 SDK.

Table of Contents

Functions & Methods

CSSearchableIndexDelegate
- (void)searchableItemsForIdentifiers:(nonnull NSArray<NSString *> *)identifiers searchableItemsHandler:(nonnull void (^)(NSArray<CSSearchableItem *> * _Nonnull))searchableItemsHandler;
CSSearchableIndexDelegate
- (void)searchableItemsDidUpdate:(nonnull NSArray<CSSearchableItem *> *)items;

Properties & Constants

CSMessaging
@property(nonatomic, strong, readonly, nullable) NSNumber *isPriority;
CSMessaging
@property(nonatomic, copy, readonly, nullable) NSString *textContentSummary;
CSMessaging
@property(nonatomic, strong, readwrite, nullable) NSString *transcribedTextContent;
CSSearchableItem
@property(atomic, assign, unsafe_unretained, readwrite) CSSearchableItemUpdateListenerOptions updateListenerOptions;