PreferenceCenterConfigConditionType
@objc(UAPreferenceCenterConfigConditionType)
public enum PreferenceCenterConfigConditionType: Int, CustomStringConvertible,
Equatable, Sendable
extension PreferenceCenterConfigConditionType : Encodable
Condition types
-
Notification opt-in condition.
Declaration
Swift
case notificationOptIn
-
Declaration
Swift
public var description: String { get }