Component

@objc(UAPreferenceContactSubscriptionGroupComponent)
public final class Component : NSObject, Decodable, Sendable

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?