AWSLocationForecastedGeofenceEventType
Objective-C
NS_ENUM(NSInteger, AWSLocationForecastedGeofenceEventType) {
AWSLocationForecastedGeofenceEventTypeUnknown,
AWSLocationForecastedGeofenceEventTypeEnter,
AWSLocationForecastedGeofenceEventTypeExit,
AWSLocationForecastedGeofenceEventTypeIdle,
}
Swift
enum AWSLocationForecastedGeofenceEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeEnterSwift
case enter = 1 -
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeExitSwift
case exit = 2 -
Undocumented
Declaration
Objective-C
AWSLocationForecastedGeofenceEventTypeIdleSwift
case idle = 3
View on GitHub
Install in Dash
AWSLocationForecastedGeofenceEventType Enumeration Reference