Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RCKitCommand

Feature Toggle

Index

Enumeration Members

SHOW_CONNECTION_STATUS: "SHOW_CONNECTION_STATUS"

Display the link status reminder of the opened chat UI.

  • true - show(Default)
  • false - hide
SHOW_MESSAGE_STATE: "SHOW_MESSAGE_STATE"

Display the read and sent status of messages

  • true - open(Default)
  • false - close,Only display the sending and sending failed statuses.
FOCUS_ON_LATEST_MESSAGE: "FOCUS_ON_LATEST_MESSAGE"

Whether the latest message is displayed by default when entering a conversation. Only the Electron platform supports modification. The Web platform displays the latest message by default and the modification is invalid.

  • true - Enter the conversation, and the latest message (Default) is displayed in the conversation.
  • false - Enter the conversation, and the recently read messages are displayed in the conversation.
AT_ALL: "AT_ALL"

'@All' function switch

  • true - open
  • false - close(Default)
SHOW_USER_ONLINE_STATE: "SHOW_USER_ONLINE_STATE"

To display the user's online status, it needs to be used in conjunction with the reqUserOnlineStatus hook defined during initialization to take effect.

  • true - show
  • false - hide(Default)
PROMPT_SENDER_WHEN_QUOTE_MESSAGE: "PROMPT_SENDER_WHEN_QUOTE_MESSAGE"

When quoting or replying to a message, the message sender is @ by default.

  • true - open(Default)
  • false - clode
DELETE_MESSAGES_WHILE_DELETE_CONVERSSATION: "DELETE_MESSAGES_WHILE_DELETE_CONVERSSATION"

Delete local and remote messages while deleting the conversation.

  • true - open(Default)
  • false - close