POBImpressionCountingMethod Constants Reference

Declared in POBDataTypes.h

POBImpressionCountingMethod

Enum represents different criteria of ad impression record.

Definition

typedef NS_ENUM(NSInteger, POBImpressionCountingMethod ) {
   POBImpressionCountingMethodOnLoad,
   POBImpressionCountingMethod1pxViewable,
};

Constants

POBImpressionCountingMethodOnLoad

Record impression when ad is loaded in the web view.

Declared In POBDataTypes.h.

POBImpressionCountingMethod1pxViewable

Record impression when at least 1 pixel of the ad is visible.

Declared In POBDataTypes.h.

Declared In

POBDataTypes.h