EPXProximityObserverError
enum EPXProximityObserverError {}
Possible errors invoked with Proximity Observer’s error block.
-
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorUnknown = 0Swift
case unknown = 0 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorFetchingTagsFailedSwift
case fetchingTagsFailed = 1 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorFetchingAttachmentsFailedSwift
case fetchingAttachmentsFailed = 2 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorBluetoothUnsupportedSwift
case bluetoothUnsupported = 3 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorBluetoothOffSwift
case bluetoothOff = 4 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorMotionDetectionFailedSwift
case motionDetectionFailed = 5 -
Undocumented
Declaration
Objective-C
EPXProximityObserverErrorMonitoringNotPermittedSwift
case monitoringNotPermitted = 6
EPXProximityObserverError Enumeration Reference