ConnectionState

public enum ConnectionState

Represent the connection state to the lightwalletd server

  • not in use

    Declaration

    Swift

    case idle
  • there’s a connection being attempted from a non error state

    Declaration

    Swift

    case connecting
  • connection is established, ready to use or in use

    Declaration

    Swift

    case online
  • the connection is being re-established after losing it temporarily

    Declaration

    Swift

    case reconnecting
  • the connection has been closed

    Declaration

    Swift

    case shutdown