add deviceid constant

This commit is contained in:
Pritimay Sarkar
2023-10-29 12:16:40 +05:30
parent 5f44666387
commit 7ece136cb5

View File

@@ -69,4 +69,5 @@ object Constants {
const val KIT_COUNT = "KitCount"
const val BUFFER_VALUE_1 = "BufferValue1"
const val BUFFER_VALUE_2 = "BufferValue2"
const val DEVICE_ID = "DEVICE_ID"
}