RealMaxFrequency

public enum RealMaxFrequency : Equatable, CustomStringConvertible

The real maximum update frequency of a Subscription.

  • A decimal number representing the maximum frequency applied by the Server (expressed in updates per second).

    Declaration

    Swift

    case limited(Double)
  • No limit applied on the frequency.

    Declaration

    Swift

    case unlimited
  • Declaration

    Swift

    public var description: String { get }