OnAdContentCallback typedef

OnAdContentCallback = void Function(AdInstance ad, AdContentInfo contentInfo)

The callback type for when an ad impression occurs.

Implementation

typedef OnAdContentCallback = void Function(
    AdInstance ad, AdContentInfo contentInfo);