RealtimeStatus

public enum RealtimeStatus

Tells the current status for the realtime connection

  • Connection is established

    Declaration

    Swift

    case connected
  • Connection used to be on, but is now off

    Declaration

    Swift

    case disconnected
  • Connection used to be disconnected, but is now on again

    Declaration

    Swift

    case reconnected
  • Connection used to be on, but is now off for an unexpected reason

    Declaration

    Swift

    case unexpectedDisconnect