Closed litso closed 10 months ago
Adds a new BluetoothUnavailableReason enum.
BluetoothUnavailableReason
In order to inform a user of a possible remedy for enabling BlueTooth functionality it is useful for the app to know why BlueTooth is unavailable, for example, to prompt to open the Settings app and enable the permission.
Looks great to me! Just one minor comment.
Thanks for taking this on and contributing!
Adds a new
BluetoothUnavailableReason
enum.In order to inform a user of a possible remedy for enabling BlueTooth functionality it is useful for the app to know why BlueTooth is unavailable, for example, to prompt to open the Settings app and enable the permission.