impressionDepth property

Future<int?> impressionDepth

Impression depth represents the amount of impressions of rewarded ads.

Implementation

static Future<int?> get impressionDepth =>
    FairBidInternal._getImpressionDepth(AdType.rewarded);