ContactSubscriptionGroup
@objc(UAPreferenceCenterConfigContactSubscriptionGroup)
public final class ContactSubscriptionGroup: NSObject, Decodable,
PreferenceCenterConfigItem
extension PreferenceCenterConfig.ContactSubscriptionGroup: Encodable
Group contact subscription item info.
-
The item’s type.
Declaration
Swift
public let type: PreferenceCenterConfigItemType
-
The item’s identifier.
Declaration
Swift
public let identifier: String
-
The item’s subscription ID.
Declaration
Swift
@objc public let subscriptionID: String
-
Components
Declaration
Swift
@objc public let components: [Component]
-
The item’s display info.
Declaration
Swift
@objc public let display: CommonDisplay?
-
The item’s display conditions.
Declaration
Swift
public let conditions: [Condition]?
-
Contact subscription group component.
See moreDeclaration
Swift
@objc(UAPreferenceContactSubscriptionGroupComponent) public final class Component : NSObject, Decodable, Sendable
extension PreferenceCenterConfig.ContactSubscriptionGroup.Component: Encodable