CReason
public enum CReason : CaseIterable
Constants for Reason tag.
Specification: petrol.
-
Ok button used to confirm dialog.
Specification: petrol.
Declaration
Swift
case ok -
Corr button used to confirm/decline dialog.
Specification: petrol.
Declaration
Swift
case corr -
Stop button used to decline dialog.
Specification: petrol.
Declaration
Swift
case stop -
Card inserted/swiped/presented to confirm dialog.
Specification: petrol.
Declaration
Swift
case cardReader -
Dialog confirmed automatically (e.g. with the completion of an input form).
Specification: petrol.
Declaration
Swift
case autoConfirm -
No interaction performed and timeout occured.
Specification: petrol.
Declaration
Swift
case timeout -
Code Check succesful.
Specification: petrol.
Declaration
Swift
case codeOk -
Code Check failed.
Specification: petrol.
Declaration
Swift
case codeNok -
PIN Check succesful.
Specification: petrol.
Declaration
Swift
case pinOk -
PIN Check failed.
Specification: petrol.
Declaration
Swift
case pinNok -
Function key 1 used to confirm dialog.
Specification: petrol.
Declaration
Swift
case f1 -
Function key 2 used to confirm dialog.
Specification: petrol.
Declaration
Swift
case f2 -
Function key 3 used to confirm dialog.
Specification: petrol.
Declaration
Swift
case f3 -
Any other key used (not Ok, Stop, Corr, F1, F2) to confirm the dialog.
Specification: petrol.
Declaration
Swift
case otherKey