secant-android-wallet/ui-lib/src/main/java/co/electriccoin/zcash/ui/screen/send/SendTag.kt

11 lines
285 B
Kotlin

package co.electriccoin.zcash.ui.screen.send
/**
* These are only used for automated testing.
*/
object SendTag {
const val SEND_FORM_BUTTON = "send_form_button"
const val SEND_FAILED_BUTTON = "send_failed_button"
const val SEND_SUCCESS_BUTTON = "send_success_button"
}