API Differences in Matter in macOS 26.2

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

Table of Contents

Protocols

MTRCommissioningDelegate

Classes

MTRCommissioningOperation

Functions & Methods

MTRSetupPayload
- (BOOL)isConcatenated;

Properties & Constants

MTRCommissioneeInfo
@property(nonatomic, copy, readonly, nullable) NSDictionary<MTRAttributePath *,NSDictionary<NSString *,id> *> *attributes;
MTRCommissioningParameters
@property(nonatomic, copy, readwrite, nullable) NSArray<MTRAttributeRequestPath *> *extraAttributesToRead;
MTRCommissioningParameters
@property(nonatomic, assign, unsafe_unretained, readwrite) BOOL forceWiFiScan;
MTRCommissioningParameters
@property(nonatomic, assign, unsafe_unretained, readwrite) BOOL forceThreadScan;
MTRSetupPayload
@property(nonatomic, assign, unsafe_unretained, readonly, getter = isConcatenated) BOOL concatenated;
MTRSetupPayload
@property(nonatomic, strong, readwrite) NSArray<MTRSetupPayload *> * _Nonnull subPayloads;