ManageExternalStorageHandler class
Handler for manage external storage permission.
- Inheritance
-
- Object
- KotlinHandlerSnippet
- ManageExternalStorageHandler
Constructors
- ManageExternalStorageHandler()
- Constructor for ManageExternalStorageHandler.
Properties
- className → String
-
The class name for this handler.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imports
→ Set<
String> ? -
The imports required for this handler.
finalinherited
- key → String
-
Constructor for KotlinHandlerSnippet.
finalinherited
-
permissions
→ List<
AndroidPermissionDef> -
The permissions associated with this handler.
finalinherited
-
permissionsArray
→ Iterable<
String> -
The array of permissions for this handler.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → AssociatedService?
-
The associated service, if any.
latefinalinherited
Methods
-
generate(
int requestCode) → String -
Generates the Kotlin code for this handler.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited