ReplyReceiver

A BroadcastReceiver that handles inline replies from notifications.

This receiver is triggered when a user replies to a message directly from a notification. It extracts the reply text and the contact key from the intent, sends the message using the ServiceRepository, and then cancels the original notification.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)