-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RadarEvent.RadarEventType extends Enum<RadarEvent.RadarEventType>
The types for events.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description USER_FAILED_FRAUDuser.failed_fraudUSER_FIRED_TRIP_ORDERSuser.fired_trip_ordersUSER_ARRIVED_AT_WRONG_TRIP_DESTINATIONuser.arrived_at_wrong_trip_destination
USER_ARRIVED_AT_TRIP_DESTINATIONuser.arrived_at_trip_destinationUSER_APPROACHING_TRIP_DESTINATIONuser.approaching_trip_destinationUSER_STOPPED_TRIPuser.stopped_tripUSER_UPDATED_TRIPuser.updated_tripUSER_STARTED_TRIPuser.started_tripUSER_EXITED_BEACONuser.exited_beaconUSER_ENTERED_BEACONuser.entered_beaconUSER_NEARBY_PLACE_CHAINuser.nearby_place_chainUSER_EXITED_REGION_POSTAL_CODEuser.exited_region_postal_codeUSER_ENTERED_REGION_POSTAL_CODEuser.entered_region_postal_codeUSER_EXITED_REGION_STATEuser.exited_region_stateUSER_ENTERED_REGION_STATEuser.entered_region_stateUSER_EXITED_REGION_DMAuser.exited_region_dmaUSER_ENTERED_REGION_DMAuser.entered_region_dmaUSER_EXITED_REGION_COUNTRYuser.exited_region_countryUSER_ENTERED_REGION_COUNTRYuser.entered_region_countryUSER_EXITED_PLACEuser.exited_placeUSER_ENTERED_PLACEuser.entered_placeUSER_DWELLED_IN_GEOFENCEuser.dwelled_in_geofenceUSER_EXITED_GEOFENCEuser.exited_geofenceUSER_ENTERED_GEOFENCEuser.entered_geofenceCONVERSIONA conversion event, logged with Radar.logConversion()
UNKNOWNUnknown
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-