PermissionType enum
Values
- accessibilityEvents → const PermissionType
-
const PermissionType('accessibilityEvents') - audioCapture → const PermissionType
-
const PermissionType('audioCapture') - backgroundSync → const PermissionType
-
const PermissionType('backgroundSync') - backgroundFetch → const PermissionType
-
const PermissionType('backgroundFetch') - clipboardReadWrite → const PermissionType
-
const PermissionType('clipboardReadWrite') - clipboardSanitizedWrite → const PermissionType
-
const PermissionType('clipboardSanitizedWrite') - displayCapture → const PermissionType
-
const PermissionType('displayCapture') - durableStorage → const PermissionType
-
const PermissionType('durableStorage') - flash → const PermissionType
-
const PermissionType('flash') - geolocation → const PermissionType
-
const PermissionType('geolocation') - idleDetection → const PermissionType
-
const PermissionType('idleDetection') - localFonts → const PermissionType
-
const PermissionType('localFonts') - midi → const PermissionType
-
const PermissionType('midi') - midiSysex → const PermissionType
-
const PermissionType('midiSysex') - nfc → const PermissionType
-
const PermissionType('nfc') - notifications → const PermissionType
-
const PermissionType('notifications') - paymentHandler → const PermissionType
-
const PermissionType('paymentHandler') - periodicBackgroundSync → const PermissionType
-
const PermissionType('periodicBackgroundSync') - protectedMediaIdentifier → const PermissionType
-
const PermissionType('protectedMediaIdentifier') - sensors → const PermissionType
-
const PermissionType('sensors') - storageAccess → const PermissionType
-
const PermissionType('storageAccess') - topLevelStorageAccess → const PermissionType
-
const PermissionType('topLevelStorageAccess') - videoCapture → const PermissionType
-
const PermissionType('videoCapture') - videoCapturePanTiltZoom → const PermissionType
-
const PermissionType('videoCapturePanTiltZoom') - wakeLockScreen → const PermissionType
-
const PermissionType('wakeLockScreen') - wakeLockSystem → const PermissionType
-
const PermissionType('wakeLockSystem') - windowManagement → const PermissionType
-
const PermissionType('windowManagement')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PermissionType> - A constant List of the values in this enum, in order of their declaration.