BLParticipantType
public enum BLParticipantType : Int, CaseIterable
-
Declaration
Swift
case client = 1 -
Declaration
Swift
case interpreter = 2 -
Declaration
Swift
case thirdParty = 3 -
Declaration
Swift
case none = 0