ChatConnectionState

public enum ChatConnectionState

Connection state for the Kindly Chat API.

  • No connection has been attempted.

    Declaration

    Swift

    case none
  • The SDK is connecting to the Kindly service.

    Declaration

    Swift

    case connecting
  • The SDK is connected and ready.

    Declaration

    Swift

    case connected
  • The connection was lost or intentionally closed.

    Declaration

    Swift

    case disconnected
  • The connection attempt failed.

    Declaration

    Swift

    case failed
  • The conversation has ended.

    Declaration

    Swift

    case conversationEnded
  • The connection is in the process of closing.

    Declaration

    Swift

    case closing