Enumerations

The following enumerations are available globally.

  • BLCallFlowEvent provides events when important changes to a BLCall occur. Subscribe to chatEventStream to receive these events.

    See more

    Declaration

    Swift

    public enum BLCallFlowEvent : Sendable
  • BLChatFlowEvent provides chat related events. Subscribe to chatEventStream to receive these events.

    See more

    Declaration

    Swift

    public enum BLChatFlowEvent : Sendable
  • Declaration

    Swift

    public enum DataError : Error
  • 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, Sendable, Hashable
  • Declaration

    Swift

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

    Swift

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

    See more

    Declaration

    Swift

    public enum BLLogLevel : Int, Sendable