Summary
I need to be able to set the scanning interval and duration in my app. The app uses beacons to detect where the user is and I've found that the frequency is too low for my app to work as intended on Android.
In an older Xamarin.iOS app that uses the native support for beacons the frequency is much better and I'll check how well Shiny.Beacons work on iOS.
API Changes
Expose ScanInterval and ScanDuration configurations.
Intended Use Case
In apps that needs higher frequency of beacon updates to be able to give the user relevant information when at certain spots.
Code of Conduct