API Differences in NearbyInteraction in macOS 14.0

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