ContactManagementSection
@objc(UAPreferenceCenterConfigContactManagementSection)
public final class ContactManagementSection: NSObject, Decodable,
PreferenceCenterConfigSection
Contact Management section.
-
The section’s type.
Declaration
Swift
public let type: PreferenceCenterConfigSectionType
-
The section’s identifier.
Declaration
Swift
public let identifier: String
-
The section’s items.
Declaration
Swift
public let items: [Item]
-
The section’s display info.
Declaration
Swift
@objc public let display: CommonDisplay?
-
The section’s display conditions.
Declaration
Swift
public let conditions: [Condition]?