|
@@ -119,7 +119,7 @@ Promises resolve into one of these statuses:
|
119
|
119
|
|---|---|
|
120
|
120
|
|`authorized`| User has authorized this permission |
|
121
|
121
|
|`denied`| User has denied this permission at least once. On iOS this means that the user will not be prompted again. Android users can be promted multiple times until they select 'Never ask me again'|
|
122
|
|
-|`restricted`| **iOS only** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
|
|
122
|
+|`restricted`| **iOS** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
|
123
|
123
|
|`undetermined`| User has not yet been prompted with a permission dialog |
|
124
|
124
|
|
125
|
125
|
### Supported permissions types
|