Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HistoryEvents

History level on History of specific Room. However these events are also available on ChatSDK and will be triggered for any room.

Index

Events

MESSAGE

MESSAGE = "message"

Is fired on any new message.

The passed data is of type MessageType.

OLD_LOADED

OLD_LOADED = "old_loaded"

Is fired when older history is loaded.

The passed data is of type History.

READ_STATUS_UPDATED

READ_STATUS_UPDATED = "read_status_updated"

Is fired when you or other members have marked the message as read.

The passed data is of type History.

UNREAD_LOADED

UNREAD_LOADED = "unread_loaded"

Is fired when chat room's history up to the oldest unread message is loaded.

The passed data is of type History.