Back to Socket Io Client Swift

SocketAckStatus

docs/Enums/SocketAckStatus.html

16.1.1666 B
Original Source

SocketAckStatus

public enum SocketAckStatus : String

The status of an ack.

Cases

`

                noAck
                `

The ack timed out.

Declaration

Swift

case noAck = "NO ACK"

`

                ==(_:_:)
                `

Tests whether a string is equal to a given SocketAckStatus

Declaration

Swift

public static func == (lhs: String, rhs: SocketAckStatus) -> Bool

`

                ==(_:_:)
                `

Tests whether a string is equal to a given SocketAckStatus

Declaration

Swift

public static func == (lhs: SocketAckStatus, rhs: String) -> Bool