NAV
Changelog
2.11.517
- Added realtime spirometry notification
2.11.421
- Added nullability annotations to some fields.
- Updated device fields descriptions with info when they are present.
Android
- Adapted library for Android 12. It no longer requires ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, or location services on Android 12. Instead, BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions are required.
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 +)
- Added all architectures. Currently present architectures:
arm64-v8a, armeabi-v7a, x86, x86_64.
- 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.