ChatThreadActionHandler

Interface for handling chat conversation (thread) actions. This interface provides methods to handle specific actions related to chat conversation (thread), such as displaying inactivity popups.

There is no close or release step: collect popupFlow for as long as popups should be shown and cancel the collection to stop. This type does not implement AutoCloseable — the old listener-plus-close() model was replaced by the cold popupFlow.

Properties

Link copied to clipboard
abstract val popupFlow: Flow<Popup>

A Flow that emits Popup events when inactivity popups should be displayed.