NTP-60143 || added events for alfred (#15961)

This commit is contained in:
Aman S
2025-04-28 22:31:12 +05:30
committed by GitHub
parent 5379a9f5a6
commit e7f6d17bb0
2 changed files with 5 additions and 1 deletions

View File

@@ -69,4 +69,8 @@ class AlfredApiLogsProviderImpl : AlfredApiLogsProvider {
}
}
}
override fun sendEvent(eventName: String, eventAttributes: MutableMap<String, String>?) {
NaviTrackEvent.trackEvent(eventName = eventName, eventValues = eventAttributes)
}
}

View File

@@ -93,7 +93,7 @@ mlkit-barcodeScanning = "17.3.0"
mockk = "1.13.16"
mvel2 = "2.4.15.Final"
navi-adverse = "1.20.0"
navi-alfred = "2.1.0"
navi-alfred = "2.1.1"
navi-customerDocumentCollector = "1.0.1"
navi-elex = "1.11.1"
navi-guarddog = "3.14.0"