ThreadEventType
Defines the types of events that can occur within the thread for which a client can subscribe. This enum lists the various actions or changes that can happen to threads and their messages, allowing observers to be notified of specific occurrences.
Entries
Type of event triggered when a new thread is created.
Type of event triggered when an existing thread is updated.
Type of event triggered when a thread is deleted.
Type of event triggered when a thread statistics are updated.
Type of event triggered when a new message is created within a thread.
Type of event triggered when an existing message is updated.
Type of event triggered when a message is deleted.
Type of event triggered when a collection changes.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.