Updated on 2026-08-14
This commit is contained in:
parent
2d3a1d3bc7
commit
29b63f2e1a
7 changed files with 66 additions and 2 deletions
|
|
@ -2,6 +2,8 @@ package com.tangem.domain.redux
|
|||
|
||||
interface StateDialog {
|
||||
|
||||
data object NfcFeatureIsUnavailable : StateDialog
|
||||
|
||||
data class ScanFailsDialog(val source: ScanFailsSource, val onTryAgain: (() -> Unit)? = null) : StateDialog
|
||||
|
||||
enum class ScanFailsSource {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue