PreferenceCenterConfigItemType
@objc(UAPreferenceCenterConfigItemType)
public enum PreferenceCenterConfigItemType: Int, CustomStringConvertible,
Equatable, Sendable
Item types.
-
Channel subscription type.
Declaration
Swift
case channelSubscription
-
Contact subscription type.
Declaration
Swift
case contactSubscription
-
Channel group subscription type.
Declaration
Swift
case contactSubscriptionGroup
-
Alert type.
Declaration
Swift
case alert
-
Contact management
Declaration
Swift
case contactManagement
-
Declaration
Swift
public var description: String { get }