Minima

public struct Minima

The minimum values allowed to be set into LDConfig.

  • The minimum time interval between feature flag requests. Used only for polling mode. (5 minutes)

    Declaration

    Swift

    public let flagPollingInterval: TimeInterval
  • The minimum time interval between feature flag requests while running in the background. Used only for polling mode. (15 minutes)

    Declaration

    Swift

    public let backgroundFlagPollingInterval: TimeInterval
  • The minimum time interval between sending periodic diagnostic data. (5 minutes)

    Declaration

    Swift

    public let diagnosticRecordingInterval: TimeInterval