DeviceReportUpdateEvent class
An event generated when an updated device report is available.
Constructors
- DeviceReportUpdateEvent({String? deviceId, DeviceReport? report, String? userId})
- DeviceReportUpdateEvent.fromJson(Map json_)
Properties
- deviceId ↔ String?
-
The Android ID of the device.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- report ↔ DeviceReport?
-
The device report updated with the latest app states.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId ↔ String?
-
The ID of the user.
getter/setter pair
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