public interface AdViewConfig
| Modifier and Type | Method and Description |
|---|---|
void |
setShowLoadingIndicator(boolean showLoadingIndicator)
Sets if a progress spinner should be shown when an ad is loading.
|
void |
setShutterDrawable(android.graphics.drawable.Drawable shutterDrawable)
Sets the shutter drawable on the view.
|
void setShutterDrawable(@Nullable
android.graphics.drawable.Drawable shutterDrawable)
shutterDrawable - the drawable or null to remove unsetvoid setShowLoadingIndicator(boolean showLoadingIndicator)
showLoadingIndicator - if the loading indicator should be shown