ContactConflictEvent

public struct ContactConflictEvent : Sendable, Equatable

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

    public let conflictingNamedUserID: String?
  • Subscription lists.

    Declaration

    Swift

    public let subscriptionLists: [String : [ChannelScope]]
  • Tag groups.

    Declaration

    Swift

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

    Declaration

    Swift

    public let attributes: [String : AirshipJSON]
  • Associated channels.

    Declaration

    Swift

    public let associatedChannels: [ChannelInfo]