Enumerations
The following enumerations are available globally.
-
These constants indicate the type of the device’s low power mode.
See moreDeclaration
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 moreDeclaration
Objective-C
enum SKEddystoneProximityMode : NSUInteger {}Swift
enum SKEddystoneProximityMode : UInt, @unchecked Sendable -
NSError codes in SKErrorDomain.
See moreDeclaration
Objective-C
enum SKSensorError : NSInteger {}Swift
enum SKSensorError : Int, @unchecked Sendable -
These constants indicate the accuracy of the Location sensor.
See moreDeclaration
Objective-C
enum SKLocationAccuracy : NSUInteger {}Swift
enum SKLocationAccuracy : UInt, @unchecked Sendable -
These constants indicate the authorization of the Location sensor.
See moreDeclaration
Objective-C
enum SKLocationAuthorization : NSUInteger {}Swift
enum SKLocationAuthorization : UInt, @unchecked Sendable -
These constants indicate the recording format of the Microphone sensor.
See moreDeclaration
Objective-C
enum SKMicrophoneRecordingFormat : NSUInteger {}Swift
enum SKMicrophoneRecordingFormat : UInt, @unchecked Sendable -
These constants indicate the recording quality of the Microphone sensor.
See moreDeclaration
Objective-C
enum SKMicrophoneRecordingQuality : NSUInteger {}Swift
enum SKMicrophoneRecordingQuality : UInt, @unchecked Sendable -
These constants indicate the type of the sensor.
See moreDeclaration
Objective-C
enum SKSensorType : NSUInteger {}Swift
enum SKSensorType : UInt, @unchecked Sendable -
These constants indicate the mode of the iBeacon™ Proximity sensor.
See moreDeclaration
Objective-C
enum SKiBeaconProximityMode : NSUInteger {}Swift
enum SKiBeaconProximityMode : UInt, @unchecked Sendable
View on GitHub
Enumerations Reference