SubscriptionConnectionState

public enum SubscriptionConnectionState
extension SubscriptionConnectionState: Sendable

Subscription Connection State

  • The subscription is in process of connecting

    Declaration

    Swift

    case connecting
  • The subscription has connected and is receiving events from the service

    Declaration

    Swift

    case connected
  • The subscription has been disconnected because of a lifecycle event or manual disconnect request

    Declaration

    Swift

    case disconnected