|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.adsense.AdUnitOptions
public class AdUnitOptions
ad unit options
See AdUnitOptions API Doc
Constructor Summary | |
---|---|
protected |
AdUnitOptions()
use newInstance(); |
Method Summary | |
---|---|
String |
getChannelNumber()
The AdSense For Content channel number for tracking the performance of this AdUnit. |
AdFormat |
getFormat()
The Format of the AdUnit. |
MapWidget |
getMap()
The map associated with this AdUnit. |
ControlPosition |
getPosition()
The position of the AdUnit. |
String |
getPublisherId()
Your AdSense for Content publisher ID. |
static AdUnitOptions |
newInstance()
creates options for adunit |
void |
setChannelNumber(String channelNumber)
set The AdSense For Content channel number for tracking the performance of this AdUnit. |
void |
setFormat(AdFormat format)
the Format of the AdUnit. |
void |
setMap(MapWidget mapWidget)
The map associated with this AdUnit. |
void |
setPosition(ControlPosition position)
The position of the AdUnit. |
void |
setPublisherId(String publisherId)
Your AdSense for Content publisher ID. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AdUnitOptions()
Method Detail |
---|
public static final AdUnitOptions newInstance()
public final String getChannelNumber()
public final AdFormat getFormat()
public final MapWidget getMap()
public final ControlPosition getPosition()
public final String getPublisherId()
public final void setChannelNumber(String channelNumber)
channelNumber
- public final void setFormat(AdFormat format)
format
- public final void setMap(MapWidget mapWidget)
mapWidget
- public final void setPosition(ControlPosition position)
position
- public final void setPublisherId(String publisherId)
publisherId
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |