com.annahid.libs.artenus.unified
AdManager.Placements
Ad placement and visibility options.
public static final enum AdManager.Placements extends Enum<AdManager.Placements>
Enum Constant Summary
| Enum Constant and Description |
|---|
BOTTOM_CENTEROption indicating that the ad unit should be displayed at the bottom center. |
BOTTOM_LEFTOption indicating that the ad unit should be displayed at the bottom-left corner. |
BOTTOM_RIGHTOption indicating that the ad unit should be displayed at the bottom-right corner. |
HIDDENOption indicating that the ad should be hidden. |
TOP_CENTEROption indicating that the ad unit should be displayed at the top center. |
TOP_LEFTOption indicating that the ad unit should be displayed at the top-left corner. |
TOP_RIGHTOption indicating that the ad unit should be displayed at the top-right corner. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
public static AdManager.Placements | valueOf(String name) |
public static AdManager.Placements | values() |
Methods inherited from java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitEnum Constant Detail
| BOTTOM_CENTER |
|---|
public static final BOTTOM_CENTER Option indicating that the ad unit should be displayed at the bottom center. |
| BOTTOM_LEFT |
|---|
public static final BOTTOM_LEFT Option indicating that the ad unit should be displayed at the bottom-left corner. |
| BOTTOM_RIGHT |
|---|
public static final BOTTOM_RIGHT Option indicating that the ad unit should be displayed at the bottom-right corner. |
| HIDDEN |
|---|
public static final HIDDEN Option indicating that the ad should be hidden. |
| TOP_CENTER |
|---|
public static final TOP_CENTER Option indicating that the ad unit should be displayed at the top center. |
| TOP_LEFT |
|---|
public static final TOP_LEFT Option indicating that the ad unit should be displayed at the top-left corner. |
| TOP_RIGHT |
|---|
public static final TOP_RIGHT Option indicating that the ad unit should be displayed at the top-right corner. |