Enum Reason
Constants for Reason tag.
Specification: dialog.
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum Reason
Fields
Name | Description |
---|---|
AutoConfirm | Dialog confirmed automatically (e.g. with the completion of an input form). Specification: dialog. |
CardReader | Card inserted/swiped/presented to confirm dialog. Specification: dialog. |
CodeNok | Code Check failed. Specification: dialog. |
CodeOk | Code Check succesful. Specification: dialog. |
Corr | Corr button used to confirm/decline dialog. Specification: dialog. |
Ok | Ok button used to confirm dialog. Specification: dialog. |
PinNok | PIN Check failed. Specification: dialog. |
PinOk | PIN Check succesful. Specification: dialog. |
Stop | Stop button used to decline dialog. Specification: dialog. |
Timeout | No interaction performed and timeout occured. Specification: dialog. |
Unknown | Invalid/unknown constant value. |