CMWChannelUpdatedEvent

data class CMWChannelUpdatedEvent(val channelId: String, val uuid: String)

Represents an event indicating that a chat channel has been updated, typically triggered by a Firebase push notification.

Constructors

Link copied to clipboard
constructor(channelId: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the channel that was updated.

Link copied to clipboard

A unique identifier for this specific event instance.