DevicePlatform enum

Device platform the tracker runs on

Inheritance

Constructors

DevicePlatform()
const

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

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