DeviceInformation class
Constructors
-
DeviceInformation({String? deviceId, String? alternativeDeviceId, String? deviceOperatingSystem, String? deviceOperatingSystemVersion, String? deviceBindingId, String? lastBindingDateTime, String? bindingDuration, BindingStatus? bindingStatus, DeviceType? deviceType, DeviceManufacturer? deviceManufacturer, String? deviceLanguage, String? deviceLocalDateTime, ConnectionType? connectionType, ScreenInformation? screenInformation, BatteryStatus? batteryStatus, TouchSupport? touchSupport, MotionSensors? motionSensors, List<
DeviceEnvironmentContext> ? deviceEnvironmentContext}) -
const
Properties
- alternativeDeviceId → String?
-
final
- batteryStatus → BatteryStatus?
-
final
- bindingDuration → String?
-
final
- bindingStatus → BindingStatus?
-
final
- connectionType → ConnectionType?
-
final
- deviceBindingId → String?
-
final
-
deviceEnvironmentContext
→ List<
DeviceEnvironmentContext> ? -
final
- deviceId → String?
-
final
- deviceLanguage → String?
-
final
- deviceLocalDateTime → String?
-
final
- deviceManufacturer → DeviceManufacturer?
-
final
- deviceOperatingSystem → String?
-
final
- deviceOperatingSystemVersion → String?
-
final
- deviceType → DeviceType?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastBindingDateTime → String?
-
final
- motionSensors → MotionSensors?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenInformation → ScreenInformation?
-
final
- touchSupport → TouchSupport?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited