API Differences in Matter in macOS 15.3

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.3 SDK.

Table of Contents

Classes

MTRAttributeValueWaiter

Functions & Methods

MTRXPCClientProtocol_MTRDeviceController
- (oneway void)controller:(nonnull NSUUID *)controller controllerConfigurationUpdated:(nonnull NSDictionary *)configuration;
MTRDevice
- (nonnull MTRAttributeValueWaiter *)waitForAttributeValues:(nonnull NSDictionary<MTRAttributePath *,NSDictionary<NSString *,id> *> *)values timeout:(NSTimeInterval)timeout queue:(nonnull dispatch_queue_t)queue completion:(nonnull void (^)(NSError * _Nullable))completion;

Properties & Constants

MTRDevice
@property(nonatomic, copy, readonly, nullable) NSNumber *vendorID;
MTRDevice
@property(nonatomic, copy, readonly, nullable) NSNumber *productID;