Updated on 2026-08-14
This commit is contained in:
parent
449840473a
commit
64ddaa4541
63 changed files with 128 additions and 164 deletions
|
|
@ -0,0 +1,3 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class DeletingWalletFinish
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class ReadAfterRequest
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class ReadBeforeRequest {
|
||||
var timeout: Int? = null
|
||||
}
|
||||
5
app/src/main/java/com/tangem/ui/event/ReadWait.kt
Normal file
5
app/src/main/java/com/tangem/ui/event/ReadWait.kt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class ReadWait {
|
||||
var msec: Int? = null
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class TransactionFinishWithError {
|
||||
var message: String? = null
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.ui.event
|
||||
|
||||
class TransactionFinishWithSuccess {
|
||||
var message: String? = null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue