PreferenceCenterConfigConditionType

@objc(UAPreferenceCenterConfigConditionType)
public enum PreferenceCenterConfigConditionType: Int, CustomStringConvertible,
    Equatable, Sendable

Condition types

  • Notification opt-in condition.

    Declaration

    Swift

    case notificationOptIn
  • Declaration

    Swift

    public var description: String { get }