public interface VisitorProfileUpdateListener extends CollectUpdateListener
Tealium.Config.getEventListeners()
Modifier and Type | Method and Description |
---|---|
void |
onVisitorProfileUpdated(VisitorProfile oldVisitorProfile,
VisitorProfile newVisitorProfile)
Indicate that a Profile has changed for this visitor.
|
void onVisitorProfileUpdated(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.