ActivationMode enum

Mode to activate a specific interactive user feature.

Based on the activation mode, the user interaction will be triggered.

Inheritance

Constructors

ActivationMode()
const

Values

singleTap → const ActivationMode
  • ActivationMode.singleTap, activates the appropriate feature on single tap.
doubleTap → const ActivationMode
  • ActivationMode.doubleTap, activates on double tap.
longPress → const ActivationMode
  • ActivationMode.longPress, activates on longPress.
none → const ActivationMode
  • ActivationMode.none, does not activate any feature.

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

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