ChatThreadActionHandler

public interface ChatThreadActionHandler implements AutoCloseable

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.

Types

Link copied to clipboard
public interface OnPopup

Functional interface for handling popup events.

Functions

Link copied to clipboard
public abstract Unit close()
Link copied to clipboard
public abstract Unit onPopup(ChatThreadActionHandler.OnPopup listener)

Registers a listener for popup events.