{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
@VisibleForTesting @ExperimentalTestApi public abstract class RequestPermissionCallable implements 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. |
Protected fields |
|
|---|---|
final String |
|
final ShellCommand |
|
Public constructors |
|
|---|---|
RequestPermissionCallable( |
|
Protected methods |
|
|---|---|
String |
|
ShellCommand |
|
boolean |
|
Inherited methods |
||
|---|---|---|
|
||
public RequestPermissionCallable(
@NonNull ShellCommand shellCommand,
@NonNull Context targetContext,
String permission
)