-
public abstract class OxAd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOxAd.OxAdLoadListener
-
Method Summary
Modifier and Type Method Description intgetLayers()StringgetAdUnitId()StringgetPlacementName()StringgetCreativeId()MaxAdgetMaxAd()StringgetAdFormat()voidsetAdTag(long tag)voidsetRequestTag(long tag)voidsetFloorRevenue(double revenue)voidsetExploredIDs(List<String> ids)voidsetJumpHeightPer(float per)doublegetRevenue()StringgetNetworkName()booleanisReady()-
-
Method Detail
-
getLayers
int getLayers()
-
getAdUnitId
String getAdUnitId()
-
getPlacementName
String getPlacementName()
-
getCreativeId
String getCreativeId()
-
getMaxAd
MaxAd getMaxAd()
-
getAdFormat
String getAdFormat()
-
setAdTag
void setAdTag(long tag)
-
setRequestTag
void setRequestTag(long tag)
-
setFloorRevenue
void setFloorRevenue(double revenue)
-
setExploredIDs
void setExploredIDs(List<String> ids)
-
setJumpHeightPer
void setJumpHeightPer(float per)
-
getRevenue
double getRevenue()
-
getNetworkName
String getNetworkName()
-
isReady
boolean isReady()
-
-
-
-