API Differences in Matter in macOS 15.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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;