MessageQueue

interface MessageQueue(source)

Interface for enqueuing background work for transmitting messages. This allows the domain layer to trigger durable transmission without depending on Android-specific WorkManager.

Functions

Link copied to clipboard
abstract suspend fun enqueue(packetId: Int)