ReplyReceiver

class ReplyReceiver : BroadcastReceiver, KoinComponent(source)

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 through SendMessageUseCase — so notification replies get the same pipeline as in-app sends (history save, durable queue, transforms) — and then refreshes the conversation notification so the sent reply appears in place (falling back to dismissal if the send or refresh fails).

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val sentFromUid: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getKoin(): Koin
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(myContext: Context?, service: Intent?): IBinder?
Link copied to clipboard
fun setOrderedHint(isOrdered: Boolean)
Link copied to clipboard
fun setResult(code: Int, data: String?, extras: Bundle?)
Link copied to clipboard
fun setResultExtras(extras: Bundle?)