simulateShowFailed method

void simulateShowFailed(
  1. AdFlowError error
)

Emits AdImpressionEvent. Emits AdFailedToShowEvent directly — e.g. a mid-display failure AFTER the ad already showed (use showError for one that fails the show dispatch itself).

Implementation

void simulateShowFailed(AdFlowError error) =>
    _content.add(AdFailedToShowEvent(error));