DeviceContext class

Encapsulates device-related properties in a related TelemetryContext.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The device ID to attach to telemetry items.
getter/setter pair
locale String?
The device locale to attach to telemetry items.
getter/setter pair
model String?
The device model to attach to telemetry items.
getter/setter pair
oemName String?
The device OEM name to attach to telemetry items.
getter/setter pair
osVersion String?
The device operating system version to attach to telemetry items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The device type to attach to telemetry items.
getter/setter pair

Methods

clear() → void
Remove device properties from the associated TelemetryContext.properties.
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