SPGeofenceStatus
Objective-C
enum SPGeofenceStatus : NSUInteger {}
Swift
enum SPGeofenceStatus : UInt
Supported geofence status types
-
Unknown
Declaration
Objective-C
SPGeofenceStatusUnknown
Swift
case unknown = 0
-
Neutral
Declaration
Objective-C
SPGeofenceStatusNeutral
Swift
case neutral = 1
-
Allowed
Declaration
Objective-C
SPGeofenceStatusAllowed
Swift
case allowed = 2
-
Forbidden
Declaration
Objective-C
SPGeofenceStatusForbidden
Swift
case forbidden = 3