OnScreenPosition
Stay organized with collections
Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["On screen positions can be specified using enums such as `ON_SCREEN_POSITION_ABOVE_THE_FOLD` and `ON_SCREEN_POSITION_BELOW_THE_FOLD` to indicate ad location relative to the fold."],["`ON_SCREEN_POSITION_UNSPECIFIED` acts as a placeholder and does not represent a real on-screen position, while `ON_SCREEN_POSITION_UNKNOWN` is used when the ad position is not known."]]],["The core content defines four possible on-screen positions for ads, represented as enums. `ON_SCREEN_POSITION_UNSPECIFIED` is a placeholder for default values. `ON_SCREEN_POSITION_UNKNOWN` signifies an indeterminate ad location. `ON_SCREEN_POSITION_ABOVE_THE_FOLD` indicates the ad is viewable without scrolling. `ON_SCREEN_POSITION_BELOW_THE_FOLD` means the ad requires scrolling to be seen.\n"]]