public interface AudienceUpdateListener extends CollectUpdateListener
Tealium.Config.getEventListeners()
.Modifier and Type | Method and Description |
---|---|
void |
onAudienceUpdate(AudienceAttribute oldAudience,
AudienceAttribute newAudience)
Indicate that an Audience has changed for this visitor.
|
void onAudienceUpdate(AudienceAttribute oldAudience, AudienceAttribute newAudience)
oldAudience
- former audience this visitor was a member of. If null, the newAudience
was added.newAudience
- current audience this visitor is a member of. If null, the oldAudience
was removed.