StackState

public enum StackState : String

Stack state

  • new: Initial state.
  • connected: Session has connected with the server.
  • disconnected: Session has been disconnected.
  • error: Error during first authentication
  • new

    Initial state.

    Declaration

    Swift

    case new
  • Session has connected with the server.

    Declaration

    Swift

    case connected
  • Session has been disconnected.

    Declaration

    Swift

    case disconnected
  • Error during first authentication

    Declaration

    Swift

    case error