POBAdPosition Constants Reference
Declared in | POBImpression.h |
---|
POBAdPosition
Fold placement of the ad to be served.
Definition
typedef NS_ENUM(NSInteger, POBAdPosition ) {
POBAdPositionUnKnown,
POBAdPositionAboveFold,
POBAdPositionBelowFold = 3,
POBAdPositionHeader,
POBAdPositionFooter,
POBAdPositionSidebar,
POBAdPositionFullscreen,
};
Constants
POBAdPositionUnKnown
-
Unable to determine the ad position, use this value
Declared In
POBImpression.h
. POBAdPositionAboveFold
-
Ad position is visible
Declared In
POBImpression.h
. POBAdPositionBelowFold
-
Ad position is not visible & it needs user to scroll the page to make it visible
Declared In
POBImpression.h
. POBAdPositionHeader
-
Header position
Declared In
POBImpression.h
. POBAdPositionFooter
-
Footer position
Declared In
POBImpression.h
. POBAdPositionSidebar
-
In side menu
Declared In
POBImpression.h
. POBAdPositionFullscreen
-
Ad is in full screen
Declared In
POBImpression.h
.
Declared In
POBImpression.h