-
public abstract class OxAd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOxAd.OxAdLoadListener
-
Field Summary
Fields Modifier and Type Field Description protected intlayersprotected StringadUnitIdprotected booleanisCloseReload
-
Method Summary
Modifier and Type Method Description intgetLayers()StringgetAdUnitId()booleangetIsCloseReload()voidsetIsCloseReload(boolean isClose)StringgetCreativeId()StringgetNetworkName()MaxAdgetMaxAd()voidsetAdTag(long tag)-
-
Method Detail
-
getLayers
int getLayers()
-
getAdUnitId
String getAdUnitId()
-
getIsCloseReload
boolean getIsCloseReload()
-
setIsCloseReload
void setIsCloseReload(boolean isClose)
-
getCreativeId
String getCreativeId()
-
getNetworkName
String getNetworkName()
-
getMaxAd
MaxAd getMaxAd()
-
setAdTag
void setAdTag(long tag)
-
-
-
-