public interface BaseInterface
Modifier and Type | Method and Description |
---|---|
void |
asyncLoadNewBanner()
Load a new banner.
|
AdSettings |
getAdSettings()
return the value of property adSettings.
|
UserSettings |
getUserSettings()
get the current user settings.
|
boolean |
isLocationUpdateEnabled()
get location update status.
|
void |
setAdSettings(AdSettings adSettings)
Sets the value of property adSettings.
|
void |
setLocationUpdateEnabled(boolean updateEnabled)
Activate deactivate the location update.
|
void |
setUserSettings(UserSettings userSettings)
Sets the value of property adSettings.
|
void asyncLoadNewBanner()
void setLocationUpdateEnabled(boolean updateEnabled)
updateEnabled
- boolean isLocationUpdateEnabled()
UserSettings getUserSettings()
void setUserSettings(UserSettings userSettings)
userSettings
- UserSettings
AdSettings getAdSettings()
void setAdSettings(AdSettings adSettings)
adSettings
- AdSettings