mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Device Verification: Incoming screen: UI: plug data
This commit is contained in:
@@ -21,6 +21,8 @@ import Foundation
|
||||
/// DeviceVerificationIncomingViewController view state
|
||||
enum DeviceVerificationIncomingViewState {
|
||||
case loading
|
||||
case loaded
|
||||
case loaded // accepted
|
||||
case cancelled(MXTransactionCancelCode)
|
||||
case cancelledByMe(MXTransactionCancelCode)
|
||||
case error(Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user