EventType enum

Inheritance

Constructors

EventType(int id)
const

Values

typesAllMask → const EventType
const EventType(-1)
typeAnnouncement → const EventType
const EventType(16384)
typeAssistReadingContext → const EventType
const EventType(16777216)
typeGestureDetectionEnd → const EventType
const EventType(524288)
typeGestureDetectionStart → const EventType
const EventType(262144)
typeNotificationStateChanged → const EventType
const EventType(64)
typeTouchExplorationGestureEnd → const EventType
const EventType(1024)
typeTouchExplorationGestureStart → const EventType
const EventType(512)
typeTouchInteractionEnd → const EventType
const EventType(2097152)
typeTouchInteractionStart → const EventType
const EventType(1048576)
typeViewAccessibilityFocused → const EventType
const EventType(32768)
typeViewAccessibilityFocusCleared → const EventType
const EventType(65536)
typeViewClicked → const EventType
const EventType(1)
typeViewContextClicked → const EventType
const EventType(8388608)
typeViewFocused → const EventType
const EventType(8)
typeViewHoverEnter → const EventType
const EventType(128)
typeViewHoverExit → const EventType
const EventType(256)
typeViewLongClicked → const EventType
const EventType(2)
typeViewScrolled → const EventType
const EventType(4096)
typeViewSelected → const EventType
const EventType(4)
typeViewTextChanged → const EventType
const EventType(16)
typeViewTextSelectionChanged → const EventType
const EventType(8192)
typeViewTextTraversedAtMovementGranularity → const EventType
const EventType(131072)
typeWindowsChanged → const EventType
const EventType(4194304)
typeWindowContentChanged → const EventType
const EventType(2048)
typeWindowStateChanged → const EventType
const EventType(32)

Properties

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

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