KnownFoldersAccessStatus enum

Describes a known folder's access to a single capability.

Inheritance

Constructors

KnownFoldersAccessStatus(int value)
const
KnownFoldersAccessStatus.from(int value)
factory

Values

deniedBySystem → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(0)
notDeclaredByApp → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(1)
deniedByUser → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(2)
userPromptRequired → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(3)
allowed → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(4)
allowedPerAppFolder → const KnownFoldersAccessStatus
const KnownFoldersAccessStatus(5)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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<KnownFoldersAccessStatus>
A constant List of the values in this enum, in order of their declaration.