Alarm Listener
Alarm listener interface. The implementation of this interface have to be registered to the AlarmService. If it is registered, it will receives all the notification issued by the alarm service.
Properties
Functions
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Notify that the boundary of some areas was crossed. Use AlarmService.crossedBoundaries to get the list of affected geographic areas
Notifies that the outside luminosity meets the "day" conditions
Notifies that the outside luminosity meets the "night" conditions
Notifies that the current speed is too high. Normally the UI should warn the user about this. The highest recommended speed is provided as parameter.
Landmark alarms passed over notifications Use AlarmService.landmarkAlarmsPassedOver to get the list of deactivated landmark alarms
Landmark alarms updated notifications Use AlarmService.landmarkAlarms to get the list of active landmark alarms
Notifies that the state of the monitoring has changed. When the state of the location provider is changed to either TEMPORARILY_UNAVAILABLE or OUT_OF_SERVICE, the API implementation must send this notification with isMonitoringActive set to false. When the state of the location provider changes to AVAILABLE, the API implementation must send this notification with isMonitoringActive set to true.
Notifies that the current speed is in the recommended range. No speed alarm should be displayed to the user.
OverlayItem alarms passed over notifications Use AlarmService.overlayItemAlarmsPassedOver to get the list of deactivated OverlayItem alarms
OverlayItem alarms updated notifications Use AlarmService.overlayItemAlarms to get the list of active OverlayItem alarms
Notifies that the current speed limit status has changed By comparing the current speed and the speed limit a speed limit alarm can be enabled / disable for the user
Notification received when entering into a tunnel. This notification may be used by the UI to switch the map colors to night.
Notification received when leaving a tunnel. This notification may be used by the UI to switch the map colors to day.