SPSmartGeofenceResponseType
Objective-C
enum SPSmartGeofenceResponseType : NSUInteger {}
Swift
enum SPSmartGeofenceResponseType : UInt, @unchecked Sendable
Smart Geofence response types.
-
Geofence is not found with given localRef and buildingRef
Declaration
Objective-C
SPSmartGeofenceResponseTypeGeofenceNotFound = 1Swift
case geofenceNotFound = 1 -
Malformed data error
Declaration
Objective-C
SPSmartGeofenceResponseTypeMalformedData = 2Swift
case malformedData = 2 -
The POI does not pass the whitelist test to be treated as a geofence
Declaration
Objective-C
SPSmartGeofenceResponseTypeUnauthorized = 3Swift
case unauthorized = 3 -
Success
Declaration
Objective-C
SPSmartGeofenceResponseTypeSuccess = 4Swift
case success = 4
SPSmartGeofenceResponseType Enumeration Reference