onImpressionListener property
Gets or sets the listener for ad impression events.
This listener is notified when an ad impression is recorded and will be paid. It allows you to track when the ad has been successfully shown and the impression has been accounted for. You can use this to handle actions that should occur upon a successful ad impression, such as logging or updating analytics.
Implementation
final OnAdImpressionListener? onImpressionListener;