| java.lang.Object | |
| ↳ | com.urbanairship.permission.PermissionRequestResult |
Permission request result. See requestPermission(Permission, boolean)
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PermissionRequestResult |
denied(boolean isSilentlyDenied)
New denied result.
| ||||||||||
| PermissionStatus |
getPermissionStatus()
The permission status.
| ||||||||||
| static PermissionRequestResult |
granted()
New granted result.
| ||||||||||
| boolean |
isSilentlyDenied()
If the request failed to display the prompt.
| ||||||||||
| static PermissionRequestResult |
notDetermined()
New not determined result.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
New denied result.
| isSilentlyDenied | If the permission prompt was not able to be displayed. |
|---|
The permission status.
If the request failed to display the prompt.
true if the prompt failed to display, otherwise true.
New not determined result.