OnScreenPosition

  • On screen positions can be specified using enums such as ON_SCREEN_POSITION_ABOVE_THE_FOLD and ON_SCREEN_POSITION_BELOW_THE_FOLD.

  • ON_SCREEN_POSITION_UNSPECIFIED acts as a placeholder and ON_SCREEN_POSITION_UNKNOWN indicates an undefined screen position.

Possible on screen positions.

Enums
ON_SCREEN_POSITION_UNSPECIFIED On screen position is not specified in this version. This enum is a place holder for a default value and does not represent a real on screen position.
ON_SCREEN_POSITION_UNKNOWN The ad position is unknown on the screen.
ON_SCREEN_POSITION_ABOVE_THE_FOLD The ad is located above the fold.
ON_SCREEN_POSITION_BELOW_THE_FOLD The ad is located below the fold.