recordSlotSeen method

void recordSlotSeen(
  1. String placementKey
)

Called by DigiaSlot the first time a placement key mounts.

Implementation

void recordSlotSeen(String placementKey) {
  _componentRegistry.recordSlot(placementKey, _currentScreen);
}