DevicePlatform enum
Device platform the tracker runs on
Values
- mob → const DevicePlatform
-
Mobile/Tablet,
- web → const DevicePlatform
-
Web
- pc → const DevicePlatform
-
Desktop/Laptop
- srv → const DevicePlatform
-
Server-side app
- app → const DevicePlatform
-
General app
- tv → const DevicePlatform
-
Connected TV
- cnsl → const DevicePlatform
-
Games Console
- iot → const DevicePlatform
-
Internet of things
Properties
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<
DevicePlatform> - A constant List of the values in this enum, in order of their declaration.