PreferenceCenterConfigSection
@objc(UAPreferenceCenterConfigSection)
public protocol PreferenceCenterConfigSection : Sendable
Preference config section.
-
The section’s type.
Declaration
Swift
@objc var type: PreferenceCenterConfigSectionType { get }
-
The section’s identifier.
Declaration
Swift
@objc var identifier: String { get }