Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship.permission
/
PermissionRequestResult
/
Companion
Companion
androidJvm
object
Companion
(
source
)
Members
Functions
denied
Link copied to clipboard
androidJvm
fun
denied
(
isSilentlyDenied
:
Boolean
)
:
PermissionRequestResult
New denied result.
granted
Link copied to clipboard
androidJvm
fun
granted
(
)
:
PermissionRequestResult
New granted result.
not
Determined
Link copied to clipboard
androidJvm
fun
notDetermined
(
)
:
PermissionRequestResult
New not determined result.