Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-19 15:12:04 +03:00
parent 8ba700a436
commit 1f63c1be00
9 changed files with 78 additions and 87 deletions

View file

@ -1,5 +1,7 @@
package com.tangem
import android.app.Activity
object Constant {
const val EXTRA_BLOCKCHAIN_DATA = "BLOCKCHAIN_DATA"
@ -44,4 +46,12 @@ object Constant {
const val EXTRA_NEW_PIN = "newPIN"
const val EXTRA_NEW_PIN_2 = "newPIN2"
// CreateNewWalletActivity
const val RESULT_INVALID_PIN = Activity.RESULT_FIRST_USER
// EmptyWalletActivity
const val REQUEST_CODE_CREATE_NEW_WALLET_ACTIVITY = 2
const val REQUEST_CODE_REQUEST_PIN2 = 3
}