Skip to content

Commit 30e06e2

Browse files
Update more Darwin availability annotations.
1 parent d84f13e commit 30e06e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/darwin/Framework/CHIP/MTRDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1))
107107
*
108108
* nil if no such estimate is available. Otherwise, the NSNumber stores an NSTimeInterval.
109109
*/
110-
@property (nonatomic, readonly, nullable, copy) NSNumber * estimatedSubscriptionLatency MTR_NEWLY_AVAILABLE;
110+
@property (nonatomic, readonly, nullable, copy) NSNumber * estimatedSubscriptionLatency MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6));
111111

112112
/**
113113
* Set the delegate to receive asynchronous callbacks about the device.

src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6))
8484
*
8585
* If this value is 0, the maximum subscription establishments allowed at a time will be set to 1.
8686
*/
87-
@property (nonatomic, assign) NSUInteger concurrentSubscriptionEstablishmentsAllowedOnThread MTR_NEWLY_AVAILABLE;
87+
@property (nonatomic, assign) NSUInteger concurrentSubscriptionEstablishmentsAllowedOnThread MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6));
8888

8989
/**
9090
* Sets the storage behavior configuration - see MTRDeviceStorageBehaviorConfiguration.h for details

src/darwin/Framework/CHIP/MTRDeviceStorageBehaviorConfiguration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
2323
* Class that configures how MTRDevice objects persist its attributes to storage, so as to not
2424
* overwhelm the underlying storage system.
2525
*/
26-
MTR_NEWLY_AVAILABLE
26+
MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6))
2727
@interface MTRDeviceStorageBehaviorConfiguration : NSObject <NSCopying>
2828

2929
/**

0 commit comments

Comments
 (0)