DataType enum Sensor Data Source
Known sense data types
Values
- acceleration → const DataType
-
Acceleration
- activity → const DataType
-
Activity
- attitude → const DataType
-
Attitude
- battery → const DataType
-
Battery
- camera → const DataType
-
Camera
- compass → const DataType
-
Compass
- magneticField → const DataType
-
MagneticField
- orientation → const DataType
-
Orientation
- position → const DataType
-
Position
- improvedPosition → const DataType
-
ImprovedPosition
- rotationRate → const DataType
-
RotationRate
- temperature → const DataType
-
Temperature
- notification → const DataType
-
Notification
- mountInformation → const DataType
-
MountInformation
- heartRate → const DataType
-
HeartRate
- unknown → const DataType
-
Unknown
- gyroscope → const DataType
-
Same as rotationRate
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
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