AWSLocationForecastedGeofenceEventType
Objective-C
NS_ENUM(NSInteger, AWSLocationForecastedGeofenceEventType) {
AWSLocationForecastedGeofenceEventTypeUnknown,
AWSLocationForecastedGeofenceEventTypeEnter,
AWSLocationForecastedGeofenceEventTypeExit,
AWSLocationForecastedGeofenceEventTypeIdle,
}
Swift
enum AWSLocationForecastedGeofenceEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeEnter
Swift
case enter = 1
-
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeExit
Swift
case exit = 2
-
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeIdle
Swift
case idle = 3