AndroidPermissionStatus enum
Permission status enumeration used only by Android platform.
Used in the Pspdfkit class by Pspdfkit.checkAndroidWriteExternalStoragePermission and Pspdfkit.requestAndroidWriteExternalStoragePermission for handling access to external storage.
Values
- notDetermined → const AndroidPermissionStatus
- denied → const AndroidPermissionStatus
- deniedNeverAsk → const AndroidPermissionStatus
Properties
Methods
-
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
Constants
-
values
→ const List<
AndroidPermissionStatus> - A constant List of the values in this enum, in order of their declaration.