Component

@objc(UAPreferenceContactSubscriptionGroupComponent)
public final class Component : NSObject, Decodable, Sendable
extension PreferenceCenterConfig.ContactSubscriptionGroup.Component: Encodable

Contact subscription group component.

  • The component’s scopes.

    Declaration

    Swift

    public var scopes: [ChannelScope] { get }
  • The component’s display info.

    Declaration

    Swift

    @objc
    public let display: CommonDisplay?

Encodable support for testing

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws