Artenus 2D Framework
Artenus Reference
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_CENTER
Option indicating that the ad unit should be displayed at the bottom center.
BOTTOM_LEFT
Option indicating that the ad unit should be displayed at the bottom-left corner.
BOTTOM_RIGHT
Option indicating that the ad unit should be displayed at the bottom-right corner.
HIDDEN
Option indicating that the ad should be hidden.
TOP_CENTER
Option indicating that the ad unit should be displayed at the top center.
TOP_LEFT
Option indicating that the ad unit should be displayed at the top-left corner.
TOP_RIGHT
Option indicating that the ad unit should be displayed at the top-right corner.

Method Summary

Modifier and TypeMethod and Description
public static AdManager.PlacementsvalueOf(String name)
public static AdManager.Placementsvalues()

Methods inherited from java.lang.Enum

clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Methods inherited from java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Enum 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.

Method Detail

valueOf
public static AdManager.Placements valueOf(
    String name
)
values
public static AdManager.Placements values()