{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
@VisibleForTesting @ExperimentalTestApi abstract class RequestPermissionCallable : Callable
Base class for runtime permission Callables.
Note: This class is visible only for testing. Please do not use it directly.
Nested types |
|
|---|---|
RequestPermissionCallable.Result |
Result of a permission request. |
Public constructors |
|
|---|---|
RequestPermissionCallable( |
|
Protected functions |
|
|---|---|
Boolean |
|
Protected properties |
|
|---|---|
String! |
|
ShellCommand! |
|
Inherited functions |
||
|---|---|---|
|
||
RequestPermissionCallable(
shellCommand: ShellCommand,
targetContext: Context,
permission: String!
)