Dir

public enum Dir : Int

Enum representing the direction of a call.

  • outgoing calls

    Declaration

    Swift

    case Outgoing = 0
  • incoming calls

    Declaration

    Swift

    case Incoming = 1