SKEddystoneProximityMode

Objective-C

enum SKEddystoneProximityMode : NSUInteger {}

Swift

enum SKEddystoneProximityMode : UInt, @unchecked Sendable

These constants indicate the mode of the Eddystone™ Proximity sensor. At this moment, only Scan mode is supported.

  • Scan only mode ranges for other Eddystone™ beacons existing in range.

    Declaration

    Objective-C

    SKEddystoneProximityModeScanOnly = 0

    Swift

    case scanOnly = 0