SpeedingListener

public interface SpeedingListener

Callback to notify you the percentage above the speed limit the driver is currently driving at, and the SpeedAlertSeverity.

Public Method Summary

abstract void
onSpeedingUpdated(float percentageAboveLimit, SpeedAlertSeverity speedAlertSeverity)
Notifies you that the driver is speeding above the speed limit by the specified percentage, and the SpeedAlertSeverity being SpeedAlertSeverity.MINOR or SpeedAlertSeverity.MAJOR if speeding, or SpeedAlertSeverity.NONE if not speeding.

Public Methods

public abstract void onSpeedingUpdated (float percentageAboveLimit, SpeedAlertSeverity speedAlertSeverity)

Notifies you that the driver is speeding above the speed limit by the specified percentage, and the SpeedAlertSeverity being SpeedAlertSeverity.MINOR or SpeedAlertSeverity.MAJOR if speeding, or SpeedAlertSeverity.NONE if not speeding.

Parameters
percentageAboveLimit
speedAlertSeverity