public interface AdSettingsInterface
Modifier and Type | Method and Description |
---|---|
AdDimension |
getAdDimension()
Returns the value of parameter AdDimension.
|
long |
getAdspaceId()
Returns the value of parameter AdspaceId.
|
AdType |
getAdType()
Returns the value of parameter AdType.
|
int |
getBannerHeight()
Returns the value of parameter bannerHeight.
|
int |
getBannerWidth()
Returns the value of parameter bannerWidth.
|
long |
getPublisherId()
Get current publisher id.
|
void |
setAdDimension(AdDimension adDimension)
Sets the value of parameter AdDimension to adDimension.
|
void |
setAdspaceId(long adspaceId)
Sets the value of parameter AdspaceId to adspaceId.
|
void |
setAdType(AdType adType)
Sets the value of parameter AdType to adType.
|
void |
setBannerHeight(int bannerHeight)
Sets the value of parameter bannerHeight to bannerHeight.
|
void |
setBannerWidth(int bannerWidth)
Sets the value of parameter bannerWidth to bannerWidth.
|
void |
setPublisherId(long publisherId)
Sets the value of parameter PublisherId to publisherId.
|
long getPublisherId()
Integer
void setPublisherId(long publisherId)
long getAdspaceId()
void setAdspaceId(long adspaceId)
AdType getAdType()
void setAdType(AdType adType)
AdDimension getAdDimension()
void setAdDimension(AdDimension adDimension)
int getBannerWidth() throws BannerWidthForAdDimensionFailed
BannerWidthForAdDimensionFailed
void setBannerWidth(int bannerWidth)
int getBannerHeight() throws BannerHeightForAdDimensionFailed
BannerHeightForAdDimensionFailed
void setBannerHeight(int bannerHeight)