NAV
Changelog
2.11
- Introduced methods to set callbacks for
MedMCollector and MedMScanner. start() methods with callback arguments are deprecated.
- Implemented multiple device filter for
MedMCollector
- Added support for device settings set: see
IDeviceDescription.getSettings()
Android
- Added library version to the name.
Migration: Replace implementation 'com.medm.devicekit:MedMDeviceKit@aar' with implementation 'com.medm.devicekit:MedMDeviceKit:+@aar' (Or specific version instead of +)
- Removed
armeabi-v7a architecture. Added x86 architecture. Currently present architectures: arm64-v8a, x86.
- Added
IErrorCallback which notifies missing permissions. Currently checks for ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, location services.
iOS
- Migrated to
xcframework. It now includes a version for the simulator as well.
Migration: Remove framework file and add xcframework file.
- Added
ErrorCallback which notifies if Bluetooth is off.