Component

public struct Component : Decodable, Sendable, Equatable
extension PreferenceCenterConfig.ContactSubscriptionGroup.Component: Encodable

Contact subscription group component.

  • The component’s scopes.

    Declaration

    Swift

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

    Declaration

    Swift

    public var display: CommonDisplay?