Condition

public enum Condition : Decodable, Equatable, Sendable
extension PreferenceCenterConfig.Condition: Encodable

Typed conditions.

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Encodable support for testing

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws