IntentEventBus

Single-shot bus for inbound intents (URLs, file imports, deep links). The MainActivity exposes the flow into AppFlows.pendingIntent; SharedNavHost's dispatcher reads it and clears it via the paired handled callback.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val pendingIntent: StateFlow<IncomingIntent?>

Functions

Link copied to clipboard
fun handled()
Link copied to clipboard
fun publish(intent: IncomingIntent)