API Differences in NearbyInteraction in macOS 14.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 NearbyInteraction in the macOS 14.0 SDK.

Table of Contents

Functions & Methods

NINearbyPeerConfiguration
- (BOOL)isExtendedDistanceMeasurementEnabled;

Properties & Constants

NIDeviceCapability
@property(nonatomic, readonly) BOOL supportsExtendedDistanceMeasurement;
NIDiscoveryToken
@property(nonatomic, copy, readonly) id<NIDeviceCapability> _Nonnull deviceCapabilities;
NINearbyPeerConfiguration
@property(nonatomic, assign, unsafe_unretained, readwrite, getter = isExtendedDistanceMeasurementEnabled) BOOL extendedDistanceMeasurementEnabled;