CommonSection
public struct CommonSection : Decodable, PreferenceCenterConfigSection
extension PreferenceCenterConfig.CommonSection: Encodable
Common section.
-
The section’s type.
Declaration
Swift
public let type: PreferenceCenterConfigSectionType -
The section’s identifier.
Declaration
Swift
public var id: String -
The section’s items.
Declaration
Swift
public var items: [Item] -
The section’s display info.
Declaration
Swift
public var display: CommonDisplay? -
The section’s display conditions.
Declaration
Swift
public var conditions: [Condition]?
View on GitHub