MAUI / Xamarin SDK 1.32
· 2 min read
The MAUI / Xamarin SDK v1.32 is now ready to download, and has been upgraded to provide support for the .NET MAUI framework as well as the Xamarin platform. This version also upgrades the SDK to feature parity with v1.32 of the Datalogic Android SDK. You can access the documentation here. The online API documentation is available here. And you can see the package on NuGet here.
New features to the MAUI / Xamarin SDK are as follows
From Android SDK v1.32
- Introduced
ProfileManager
to manage partial configuration that can be load and unload under given conditions - Introduced
WifiManager
class to setup networking profiles - Improved
ConfigurationManager
with methods for retrieving- Default value:
Default
- Reboot requirement:
NeedReboot
- Property name:
Name (int id)
- Default value:
- Added support for properties in
PropertyID
:- Whole Scanner configuration
- Navigation and Status Bars
- Enabling/disabling USB Charging and/or Data Transfer
- Advanced Keyboard
- Triggers and Wakeup Sources
- Locking/unlocking Keyboard or Touch Screen inputs
- Screen Off Timeout
- Cradle notifications
From Android SDK v1.31
- Added several properties to the
ConfigurationManager
class:StatusBarHidden
enum for hiding the status barNavigationBarHidden
enum for hiding the navigation bar
SetStatusBarDisabled(boolean disabled)
API added toAppManager
to enable/disable the Status Bar and Notification Panel- API added to
AppManager
for Battery optimization exemption to avoid desired Apps being deferred to background CPU and network activity when the device is unused for long periods of time
From Android SDK v1.30
- Added
ScannerProperties
support forOCR
reading capabilities - Added
LinearQuiteZones
support for theInterleaved25
,Matrix25
,Code93
andCodabar
symbologies. - Added enum
Touch Mode
that defines the allowed touch-screen sensitivity values for settings propertyTouchModeSensitivity
- Added
EthernetEnabled
property for enabling/disabling Ethernet - Added
GetEnumConstants()
API to retrieve the allowed elements of Enum's supported byConfigurationManager
, according to the device, sku and os version