ServerMonitor

Undocumented

  • Undocumented

  • Undocumented

  • The network condition the last time we received any information on the matter.

    Use NSNotificationCenter with conditionChangedNotification to listen for changes that will affect this property.

    Declaration

    Swift

    public private(set) var networkCondition: SwimSwift.SwimNetworkConditionMonitor.NetworkCondition
  • Call this to indicate that a response was successfully received on this network. This drives the Healthy / Degraded stats.

    Declaration

    Swift

    public func networkResponseReceived()
  • Call this to indicate that a network request timed out or failed. This drives the Healthy / Degraded stats.

    Declaration

    Swift

    public func networkErrorReceived()