ContactConflictEvent

@objc(UAContactConflictEvent)
public final class ContactConflictEvent : NSObject, @unchecked Sendable

Contact data.

  • The named user ID if the conflict was caused by an identify operation with an existing named user through the SDK.

    Declaration

    Swift

    @objc
    public let conflictingNamedUserID: String?
  • Subscription lists.

    Declaration

    Swift

    public let subscriptionLists: [String : [ChannelScope]]
  • Subscription lists.

    Declaration

    Swift

    @objc(subscriptionLists)
    public var _subscriptionLists: [String : ChannelScopes] { get }
  • Tag groups.

    Declaration

    Swift

    @objc
    public let tags: [String : [String]]
  • Attributes.

    Declaration

    Swift

    @objc
    public let attributes: [String : AnyHashable]
  • Associated channels.

    Declaration

    Swift

    @objc
    public let channels: [AssociatedChannel]