EPXProximityObserverError
enum EPXProximityObserverError {}
Possible errors invoked with Proximity Observer’s error block.
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorUnknown = 0
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorFetchingTagsFailed
Swift
case fetchingTagsFailed = 1
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorFetchingAttachmentsFailed
Swift
case fetchingAttachmentsFailed = 2
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorBluetoothUnsupported
Swift
case bluetoothUnsupported = 3
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorBluetoothOff
Swift
case bluetoothOff = 4
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorMotionDetectionFailed
Swift
case motionDetectionFailed = 5
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorMonitoringNotPermitted
Swift
case monitoringNotPermitted = 6