RadarEventType
Objective-C
enum RadarEventType : NSInteger {}
Swift
enum RadarEventType : Int, @unchecked Sendable
The types for events.
-
Unknown
Declaration
Objective-C
RadarEventTypeUnknownSwift
case unknown = 0 -
Unknown
Declaration
Objective-C
RadarEventTypeCustomSwift
case custom = 1 -
user.entered_geofenceDeclaration
Objective-C
RadarEventTypeUserEnteredGeofenceSwift
case userEnteredGeofence = 2 -
user.exited_geofenceDeclaration
Objective-C
RadarEventTypeUserExitedGeofenceSwift
case userExitedGeofence = 3 -
user.exited_geofenceDeclaration
Objective-C
RadarEventTypeUserEnteredPlaceSwift
case userEnteredPlace = 4 -
user.exited_placeDeclaration
Objective-C
RadarEventTypeUserExitedPlaceSwift
case userExitedPlace = 5 -
user.nearby_place_chainDeclaration
Objective-C
RadarEventTypeUserNearbyPlaceChainSwift
case userNearbyPlaceChain = 6 -
user.entered_region_countryDeclaration
Objective-C
RadarEventTypeUserEnteredRegionCountrySwift
case userEnteredRegionCountry = 7 -
user.exited_region_countryDeclaration
Objective-C
RadarEventTypeUserExitedRegionCountrySwift
case userExitedRegionCountry = 8 -
user.entered_region_stateDeclaration
Objective-C
RadarEventTypeUserEnteredRegionStateSwift
case userEnteredRegionState = 9 -
user.exited_region_stateDeclaration
Objective-C
RadarEventTypeUserExitedRegionStateSwift
case userExitedRegionState = 10 -
user.entered_region_dmaDeclaration
Objective-C
RadarEventTypeUserEnteredRegionDMASwift
case userEnteredRegionDMA = 11 -
user.exited_region_dmaDeclaration
Objective-C
RadarEventTypeUserExitedRegionDMASwift
case userExitedRegionDMA = 12 -
user.started_tripDeclaration
Objective-C
RadarEventTypeUserStartedTripSwift
case userStartedTrip = 13 -
user.updated_tripDeclaration
Objective-C
RadarEventTypeUserUpdatedTripSwift
case userUpdatedTrip = 14 -
user.approaching_trip_destinationDeclaration
Objective-C
RadarEventTypeUserApproachingTripDestinationSwift
case userApproachingTripDestination = 15 -
user.arrived_at_trip_destinationDeclaration
Objective-C
RadarEventTypeUserArrivedAtTripDestinationSwift
case userArrivedAtTripDestination = 16 -
user.stopped_tripDeclaration
Objective-C
RadarEventTypeUserStoppedTripSwift
case userStoppedTrip = 17 -
user.entered_beaconDeclaration
Objective-C
RadarEventTypeUserEnteredBeaconSwift
case userEnteredBeacon = 18 -
user.exited_beaconDeclaration
Objective-C
RadarEventTypeUserExitedBeaconSwift
case userExitedBeacon = 19 -
user.entered_region_postal_codeDeclaration
Objective-C
RadarEventTypeUserEnteredRegionPostalCodeSwift
case userEnteredRegionPostalCode = 20 -
user.exited_region_postal_codeDeclaration
Objective-C
RadarEventTypeUserExitedRegionPostalCodeSwift
case userExitedRegionPostalCode = 21 -
user.dwelled_in_geofenceDeclaration
Objective-C
RadarEventTypeUserDwelledInGeofenceSwift
case userDwelledInGeofence = 22
View on GitHub
RadarEventType Enumeration Reference