ChannelEvent
public struct ChannelEvent
Represents the different events that can be sent through a channel regarding a Channel’s lifecycle.
-
Undocumented
Declaration
Swift
public static let heartbeat: String
-
Undocumented
Declaration
Swift
public static let join: String
-
Undocumented
Declaration
Swift
public static let leave: String
-
Undocumented
Declaration
Swift
public static let reply: String
-
Undocumented
Declaration
Swift
public static let error: String
-
Undocumented
Declaration
Swift
public static let close: String