public interface BaseViewInterface
Modifier and Type | Method and Description |
---|---|
void |
addAdListener(AdListenerInterface adListener)
Register an ad listener.
|
int |
getBackgroundColor()
Get the background color.
|
boolean |
isScalingEnabled()
Used by BannerPackage in order to activate deactivate banner scaling.
|
boolean |
removeAdListener(AdListenerInterface adListener)
Unregister an ad listener.
|
void |
setBackgroundColor(int color)
Set the background color.
|
void |
setBannerStateListener(BannerStateListener listener)
get the banner state listener.
|
void |
setScalingEnabled(boolean mScaleEnabled)
(non-Javadoc).
|
asyncLoadNewBanner, getAdSettings, getUserSettings, isLocationUpdateEnabled, setAdSettings, setLocationUpdateEnabled, setUserSettings
void setBackgroundColor(int color)
color
- int getBackgroundColor()
integer
void setBannerStateListener(BannerStateListener listener)
listener
- boolean isScalingEnabled()
value
- void setScalingEnabled(boolean mScaleEnabled)
com.smaato.soma.StandardPublisherMethods#setScalingEnabled(boolean)
void addAdListener(AdListenerInterface adListener)
adListener
- boolean removeAdListener(AdListenerInterface adListener)
adListener
-