Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-24 15:57:56 +03:00
parent 8e56feae88
commit 7d26bd34d3
7 changed files with 77 additions and 46 deletions

View file

@ -69,4 +69,13 @@ object Constant {
const val REQUEST_CODE_SEND_PAYMENT_ = 1
const val RESULT_INVALID_PIN_ = Activity.RESULT_FIRST_USER
// PreparePaymentActivity
const val REQUEST_CODE_SCAN_QR = 1
const val REQUEST_CODE_SEND_PAYMENT__ = 2
// PrepareCryptonitOtherApiWithdrawalActivity
const val REQUEST_CODE_SCAN_QR_KEY = 1
const val REQUEST_CODE_SCAN_QR_SECRET = 2
const val REQUEST_CODE_SCAN_QR_USER_ID = 3
}