DeviceConfiguration constructor
const
DeviceConfiguration({
- DeviceType deviceType = DeviceType.ingenicoMoby5500,
- String terminalId = '1234',
- TerminalType terminalType = TerminalType.mobile,
- String? identifier,
- bool contactlessAllowed = true,
- bool keyedEntryAllowed = true,
- bool heartbeatEnabled = true,
- bool barcodeReaderEnabled = true,
- int sleepTimeoutSeconds = 300,
Implementation
const DeviceConfiguration({
this.deviceType = DeviceType.ingenicoMoby5500,
this.terminalId = '1234',
this.terminalType = TerminalType.mobile,
this.identifier,
this.contactlessAllowed = true,
this.keyedEntryAllowed = true,
this.heartbeatEnabled = true,
this.barcodeReaderEnabled = true,
this.sleepTimeoutSeconds = 300,
});