Implementato sdk honeywell e metodi per lo scanner barcode
This commit is contained in:
17
SteUp.Maui/Platforms/iOS/Core/HoneywellScannerService.cs
Normal file
17
SteUp.Maui/Platforms/iOS/Core/HoneywellScannerService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace SteUp.Maui.Core.System;
|
||||
|
||||
public partial class HoneywellScannerService
|
||||
{
|
||||
public partial bool IsRightAdapter() => false;
|
||||
|
||||
public partial void Init(Action onDeviceReady) =>
|
||||
throw new NotSupportedException("Honeywell SDK non disponibile su iOS.");
|
||||
|
||||
public partial void Deinit() { }
|
||||
|
||||
public partial string GetAdapterName() => "Honeywell";
|
||||
|
||||
public partial void OnKeyEvent(object keyEvent) { }
|
||||
|
||||
public partial void ChangeSettings(List<(string Key, object Value)> settings) { }
|
||||
}
|
||||
Reference in New Issue
Block a user