public final class Processor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
process(VisitorProfile oldVisitorProfile,
VisitorProfile newVisitorProfile)
Diffs the two profiles and notifies the listeners residing in
TealiumCollect.getEventListeners() of relevant changes. |
public static void process(VisitorProfile oldVisitorProfile, VisitorProfile newVisitorProfile)
TealiumCollect.getEventListeners() of relevant changes.oldVisitorProfile - profile instance or nullnewVisitorProfile - profile instance or null, NOTE: null will never be provided by this library.