Options

@objc(UAPreferenceCenterConfigOptions)
public final class Options : NSObject, Decodable, Sendable
extension PreferenceCenterConfig.Options: Encodable

Config options.

  • The config identifier.

    Declaration

    Swift

    @objc
    public let mergeChannelDataToContact: Bool
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws