dwellElapsedMs method

int? dwellElapsedMs(
  1. String cepCampaignId
)

Milliseconds since cepCampaignId's surface was marked visible, for callers that must stamp time_to_action_ms at the moment of the tap rather than when they get around to reporting it.

Implementation

int? dwellElapsedMs(String cepCampaignId) =>
    _dwellTracker.elapsedMs(cepCampaignId);