public static interface TealiumCollect.OnProfileUpdatedListener
extends java.util.EventListener
TealiumCollect.getEventListeners()
Modifier and Type | Method and Description |
---|---|
void |
onProfileUpdated(VisitorProfile oldVisitorProfile,
VisitorProfile newVisitorProfile)
Indicate that a Profile has changed for this visitor.
|
void onProfileUpdated(VisitorProfile oldVisitorProfile, VisitorProfile newVisitorProfile)
oldVisitorProfile
- the old profile for this visitor. May be null if a profile has not
been fetched.newVisitorProfile
- up-to-date profile this visitor.