Added constant REGISTRATION_INTERVAL with value 900

This commit is contained in:
Juha Heinanen
2022-06-06 15:49:50 +03:00
parent 59288033ef
commit d612f13bc1
3 changed files with 7 additions and 4 deletions
@@ -25,3 +25,6 @@ const val MESSAGE_REQ_CODE = 8
const val REPLY_REQ_CODE = 9
const val SAVE_REQ_CODE = 10
const val DELETE_REQ_CODE = 11
const val REGISTRATION_INTERVAL = 900