Popup

public interface Popup

Represents a popup interface used in the chat system. This interface defines the common structure and behavior of the popups that can be displayed to users.

Inheritors

Types

Link copied to clipboard
public interface InactivityPopup implements Popup

An popup that is used to display an inactivity prompt to user in the chat. This popup can be sent by the automation on server when the user has been inactive for a certain period of time.