Trips widgets
This section introduces graphical elements that simplify the display of driver behaviour scores synthesis.
Last updated
Was this helpful?
Was this helpful?
fun getLastTripsSynthesisCardsView(
synthesisCards: List<LastTripsSynthesisCard> = listOf(
LastTripsSynthesisCard.SAFETY,
LastTripsSynthesisCard.DISTRACTION,
LastTripsSynthesisCard.ECO_DRIVING,
LastTripsSynthesisCard.SPEEDING
), listener: SynthesisCardsViewListener
)fun getLastTripsView(
headerDay: HeaderDay = HeaderDay.DISTANCE,
lastTripMaxNumber: Int = 10
): Fragment {