BLChatFlowEvent
public enum BLChatFlowEvent : Sendable
BLChatFlowEvent provides chat related events. Subscribe to chatEventStream to receive these events.
-
Notifies the delegate that the user is connected to a chat room.
Declaration
Swift
case chatConnected
-
Notifies the delegate that the user is disconnected from a chat room.
Declaration
Swift
case chatDisconnected
-
Notifies the delegate that a new chat message received.
Declaration
Swift
case chatMessageReceived(_: ChatMessage)