Check AccessState for Bluetooth #1089
Answered
by
aritchie
tomasmcguinness
asked this question in
Q&A
-
I'm using the Shiny alpha in a MAUI application. I want to check the state of permissions without requesting them, so I can tailor my UI. The RequestAccess() call on the BleManager will prompt the user to grant permission if they have never been asked before. Is there anyway to check the AccessState without requesting the permission? I found an extension method called GetAccessState(), but that seems to be for Blazor. Is there a way to check permissions without requesting them? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Sep 4, 2022
Replies: 1 comment
-
No. It is a request method only. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aritchie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. It is a request method only.