Updated on 2026-08-14
This commit is contained in:
parent
b2b3114759
commit
9e825e8bcd
2 changed files with 14 additions and 0 deletions
|
|
@ -64,5 +64,15 @@ sealed class OnboardingEvent(
|
|||
event = "Reset Card Notification",
|
||||
params = mapOf("Option" to "Reset"),
|
||||
)
|
||||
|
||||
data object ResumeInterruptedBackup : Backup(
|
||||
event = "Notice - Backup Canceled",
|
||||
params = mapOf("Action" to "Resume"),
|
||||
)
|
||||
|
||||
data object CancelInterruptedBackup : Backup(
|
||||
event = "Notice - Backup Canceled",
|
||||
params = mapOf("Action" to "Cancel"),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue