Enumerations

The following enumerations are available globally.

  • Condition types

    See more

    Declaration

    Swift

    @objc(UAPreferenceCenterConfigConditionType)
    public enum PreferenceCenterConfigConditionType: Int, CustomStringConvertible,
        Equatable, Sendable
    extension PreferenceCenterConfigConditionType : Encodable
  • Item types.

    See more

    Declaration

    Swift

    @objc(UAPreferenceCenterConfigItemType)
    public enum PreferenceCenterConfigItemType: Int, CustomStringConvertible,
        Equatable, Sendable
  • Preference config section type.

    See more

    Declaration

    Swift

    @objc(UAPreferenceCenterConfigSectionType)
    public enum PreferenceCenterConfigSectionType: Int, CustomStringConvertible,
        Equatable, Sendable
  • Preference center view phase

    See more

    Declaration

    Swift

    public enum PreferenceCenterViewPhase : Sendable
  • Preference Center Navigation stack

    See more

    Declaration

    Swift

    public enum PreferenceCenterNavigationStack