Enumerations

The following enumerations are available globally.

  • These constants indicate the type of the device’s low power mode.

    See more

    Declaration

    Objective-C

    enum SKLowPowerModeState : NSUInteger {}

    Swift

    enum SKLowPowerModeState : UInt, @unchecked Sendable
  • These constants indicate the mode of the Eddystone™ Proximity sensor. At this moment, only Scan mode is supported.

    See more

    Declaration

    Objective-C

    enum SKEddystoneProximityMode : NSUInteger {}

    Swift

    enum SKEddystoneProximityMode : UInt, @unchecked Sendable
  • NSError codes in SKErrorDomain.

    See more

    Declaration

    Objective-C

    enum SKSensorError : NSInteger {}

    Swift

    enum SKSensorError : Int, @unchecked Sendable
  • These constants indicate the accuracy of the Location sensor.

    See more

    Declaration

    Objective-C

    enum SKLocationAccuracy : NSUInteger {}

    Swift

    enum SKLocationAccuracy : UInt, @unchecked Sendable
  • These constants indicate the authorization of the Location sensor.

    See more

    Declaration

    Objective-C

    enum SKLocationAuthorization : NSUInteger {}

    Swift

    enum SKLocationAuthorization : UInt, @unchecked Sendable
  • These constants indicate the recording format of the Microphone sensor.

    See more

    Declaration

    Objective-C

    enum SKMicrophoneRecordingFormat : NSUInteger {}

    Swift

    enum SKMicrophoneRecordingFormat : UInt, @unchecked Sendable
  • These constants indicate the recording quality of the Microphone sensor.

    See more

    Declaration

    Objective-C

    enum SKMicrophoneRecordingQuality : NSUInteger {}

    Swift

    enum SKMicrophoneRecordingQuality : UInt, @unchecked Sendable
  • These constants indicate the type of the sensor.

    See more

    Declaration

    Objective-C

    enum SKSensorType : NSUInteger {}

    Swift

    enum SKSensorType : UInt, @unchecked Sendable
  • These constants indicate the mode of the iBeacon™ Proximity sensor.

    See more

    Declaration

    Objective-C

    enum SKiBeaconProximityMode : NSUInteger {}

    Swift

    enum SKiBeaconProximityMode : UInt, @unchecked Sendable