Release 2.0.6
2.0.6 (2024-12-15)
Changelog
💥 Breaking Changes
- Renamed
isRingerListenerEnabled
toisAndroidDeviceSilent
to better reflect its functionality
Asynchronously checks if the device is in a silent state on Android (including silent mode, vibrate mode, or muted volume / do not disturb mode).
- iOS returns null
Migration Guide
If you were previously using isRingerListenerEnabled()
, you'll need to:
- Update the function name to
isAndroidDeviceSilent()
- Add iOS platform check if used in cross-platform code