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. |
| F1 | Function key 1 used to confirm dialog. Specification: dialog. |
| F2 | Function key 2 used to confirm dialog. Specification: dialog. |
| Ok | Ok button used to confirm dialog. Specification: dialog. |
| OtherKey | Any other key used (not Ok, Stop, Corr, F1, F2) to confirm the 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. |