PreferenceCenterConfigSectionType
@objc(UAPreferenceCenterConfigSectionType)
public enum PreferenceCenterConfigSectionType: Int, CustomStringConvertible,
Equatable, Sendable
Preference config section type.
-
Common section type.
Declaration
Swift
case common
-
Labeled section break type.
Declaration
Swift
case labeledSectionBreak
-
Declaration
Swift
public var description: String { get }