You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you are using the awesome-cordova-plugins wrapper? Or Ionic Native or Capacitor? I'm facing the same issue.
The method getBluetoothAuthorizationStatuses (plural) exists. Not testet on JavaScript. But I see this method on runtime using DevTools. Just type in console cordova.plugins.diagnostic.getBluetoothAuthorizationStatuses.
The awesome-cordova-plugins only includes the getBluetoothAuthorizationStatus (singular). See code
Hi
Yes sorry I should of puts edits in, I discovered the code and then changed the title and issue but forgot to comment about I'm using the typescript add on and the issue was in fact there
but the example for getBluetoothAuthorizationStatus in your readme is still wrong tho haha
Documentation issue
you listgetBluetoothAuthorizationStatuses
but it doesnt appear anywhere in the javascript files?the example for
getBluetoothAuthorizationStatus
shows usinggetBluetoothAuthorizationStatuses
?The text was updated successfully, but these errors were encountered: