API Differences in Matter in macOS 15.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 Matter in the macOS 15.0 SDK.

Table of Contents

Functions & Methods

MTRDevice
- (void)addDelegate:(nonnull id<MTRDeviceDelegate>)delegate queue:(nonnull dispatch_queue_t)queue;
MTRDevice
- (void)addDelegate:(nonnull id<MTRDeviceDelegate>)delegate queue:(nonnull dispatch_queue_t)queue interestedPathsForAttributes:(NSArray * _Nullable)interestedPathsForAttributes interestedPathsForEvents:(NSArray * _Nullable)interestedPathsForEvents;
MTRDevice
- (void)removeDelegate:(nonnull id<MTRDeviceDelegate>)delegate;