BLParticipantType

public enum BLParticipantType : Int, CaseIterable, Sendable, Hashable
  • Declaration

    Swift

    case client = 1
  • Declaration

    Swift

    case interpreter = 2
  • Declaration

    Swift

    case thirdParty = 3
  • Declaration

    Swift

    case none = 0