ChatItemType
public enum ChatItemType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case message = "MESSAGE" -
Undocumented
Declaration
Swift
case event = "EVENT" -
Undocumented
Declaration
Swift
case connectionAck = "CONNECTION_ACK" -
Declaration
Swift
public var description: String { get }
View on GitHub
ChatItemType Enumeration Reference