$drivekitui_version
with the DriveKit version you are using in your apponCreate
method of your application class.primaryColor
secondaryColor
mainFontColor
complementaryFontColor
fontColorOnPrimaryColor
fontColorOnSecondaryColor
backgroundViewColor
neutralColor
warningColor
criticalColor
primaryFont
: this is the main font used in the application. The default value is Roboto.secondaryFont
: this the font used on the page titles or to emphasize a specific point. The default value is Roboto.dk_<module name>_<key description>
.dk_common
.trackScreen()
method is called when a screen is displayed (i.e. trips list, trip detail, etc.).screen
String received in the trackScreen
method is the value associated with one of the keys in this array, corresponding to the visited screen.trackEvent()
allows adding additional information that may be useful for analysis. For example, that method is triggered each time the user is opening the trip detail screen.