Updated on 2026-08-14
This commit is contained in:
parent
8e56feae88
commit
7d26bd34d3
7 changed files with 77 additions and 46 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue