Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RCKitEvents

Event enumeration.

Index

Enumeration Members

CONFIRM_EVENT: "CONFIRM_EVENT"

Confirmation dialog event.

ALERT_EVENT: "ALERT_EVENT"

Popup reminder event.

DELETE_MESSAGE_MODAL_EVENT: "DELETE_MESSAGE_MODAL_EVENT"

Message deletion popup event.

MEDIA_MESSAGE_MODAL_EVENT: "MEDIA_MESSAGE_MODAL_EVENT"

Media message popup event.

COMBINE_MESSAGE_MODAL_EVENT: "COMBINE_MESSAGE_MODAL_EVENT"

Merge forward message V1 version popup event.

FORWARDING_EVENT: "FORWARDING_EVENT"

Message forwarding popup event.

UNSCHEDULED_MESSAGES: "UNSCHEDULED_MESSAGES"

Receives a message that the SDK cannot handle internally. The business layer can listen for this event to retrieve the message.

CONVERSATION_EXTENSION_CLICK: "CONVERSATION_EXTENSION_CLICK"

Business extension feature button click event.

BEFORE_SYSTEM_CONVERSATION_OPEN: "BEFORE_SYSTEM_CONVERSATION_OPEN"

Event triggered before opening a system conversation. The business layer can intercept this event to customize the way the system conversation is opened.

CONVERSATION_MENU_ITEM_CLICK: "CONVERSATION_MENU_ITEM_CLICK"

Conversation menu item click event.

INPUT_MENU_ITEM_CLICK: "INPUT_MENU_ITEM_CLICK"

Input box menu click event.

CONVERSATION_SELECTED: "CONVERSATION_SELECTED"

Selected conversation change event. This event is triggered when a conversation is selected in the conversation list.

CONVERSATION_ICON_CLICK: "CONVERSATION_ICON_CLICK"

Message list avatar click event.

CONVERSATION_NAVI_CLICK: "CONVERSATION_NAVI_CLICK"

Message list header avatar click event.

MESSAGE_MENU_ITEM_CLICK: "MESSAGE_MENU_ITEM_CLICK"

Message menu click event.

MESSAGE_LINK_CLICK: "MESSAGE_LINK_CLICK"

Link click event in text messages.

DOWNLOAD_LINK_EVENT: "DOWNLOAD_LINK_EVENT"

Download link event

FILE_SEND_FAILED_EVENT: "FILE_SEND_FAILED_EVENT"

File send failure event, typically caused by file size exceeding the limit or the file being empty.

MESSAGES_DELETED: "MESSAGES_DELETED"

Notification of message deletion or recall.