CancellationReason
public enum CancellationReason : String, Equatable
The reason of the user initiated scan cancellation
-
User pressed the back button
Declaration
Swift
case back
-
User closed the sheet view
Declaration
Swift
case closed
-
User pressed the button which indicates that they can not scan the expected card
Declaration
Swift
case userCannotScan