Enumerations

The following enumerations are available globally.

  • An enumeration indicating the errors that can be raised by the SDK.

    See more

    Declaration

    Swift

    public enum BLError : Error
    extension BLError: LocalizedError
    extension BLError: CustomNSError
  • Declaration

    Swift

    public enum BLParticipantState : Int
  • Declaration

    Swift

    public enum BLParticipantType : Int, CaseIterable
  • Declaration

    Swift

    public enum FieldType : Int, CaseIterable, Hashable
  • An enumeration indicating log levels that can be used with the SDK.

    See more

    Declaration

    Swift

    public enum BLLogLevel : Int