DeviceMessageReceived

data class DeviceMessageReceived(val deviceResponse: DeviceResponse) : MessageEvent

Event for receiving a device response message.

This typically represents a system or status update from the device rather than a user-to-user message.

Constructors

Link copied to clipboard
constructor(deviceResponse: DeviceResponse)

Properties

Link copied to clipboard

The device response that was received.