API Differences in ScreenCaptureKit in macOS 26.0

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 ScreenCaptureKit in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

SCScreenshotManager
+ (void)captureScreenshotWithFilter:(nonnull SCContentFilter *)contentFilter configuration:(nonnull SCScreenshotConfiguration *)config completionHandler:(nullable void (^)(SCScreenshotOutput * _Nullable, NSError * _Nullable))completionHandler;
SCScreenshotManager
+ (void)captureScreenshotWithRect:(CGRect)rect configuration:(nonnull SCScreenshotConfiguration *)config completionHandler:(nullable void (^)(SCScreenshotOutput * _Nullable, NSError * _Nullable))completionHandler;