Skip to content

Release 2.0.6

Compare
Choose a tag to compare
@hirbod hirbod released this 15 Dec 20:27
· 7 commits to main since this release

2.0.6 (2024-12-15)

Changelog

💥 Breaking Changes

  • Renamed isRingerListenerEnabled to isAndroidDeviceSilent 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:

  1. Update the function name to isAndroidDeviceSilent()
  2. Add iOS platform check if used in cross-platform code