Direction

public enum Direction : Int

Direction is used to indicate if a message is outgoing or incoming.

  • Incoming message.

    Declaration

    Swift

    case Incoming = 0
  • Outgoing message.

    Declaration

    Swift

    case Outgoing = 1