MessageEvent

sealed class MessageEvent

Represents message-related events from a satellite device.

These events are emitted through com.bullitt.sdk.platform.device.SatDeviceConnection.messageEvents and as part of GlobalEvent.Message. They allow applications to receive incoming messages and related information from connected devices.

Inheritors

Types

Link copied to clipboard
data class DeviceMessageReceived(val deviceResponse: DeviceResponse) : MessageEvent

Event for receiving a device response message.

Link copied to clipboard
data class MessageBundleReceived(val contentBundle: ContentBundle) : MessageEvent

Event for receiving a message content bundle.