reportInlineCanvasDismissed method
The author's Hide action removed an inline canvas from its slot.
Implementation
void reportInlineCanvasDismissed(CEPTriggerPayload payload) {
// The controller emits the CEP dismissal when it removes the slot.
_events.toDigia(
NudgeDismissed(
dwellMs: _dwellTracker.consumeDwellMs(payload.cepCampaignId)),
payload,
);
}