public interface BadgeUpdateListener extends CollectUpdateListener
Tealium.Config.getEventListeners()
Modifier and Type | Method and Description |
---|---|
void |
onBadgeUpdate(BadgeAttribute oldBadge,
BadgeAttribute newBadge)
Indicate that a Badge has changed for this visitor.
|
void onBadgeUpdate(BadgeAttribute oldBadge, BadgeAttribute newBadge)
oldBadge
- former badge this visitor held. If null, the newBadge
was added.newBadge
- current badge this visitor holds. If null, the oldBadge
was removed.