public interface FullScreenAd extends Ad
FullScreenAd
is a common interface that is implemented by all fullscreen ads.Modifier and Type | Interface and Description |
---|---|
static interface |
FullScreenAd.ShowAdConfig
Marker interface for an object that represents an ad show config.
|
static interface |
FullScreenAd.ShowConfigBuilder
Builder that allows to configure an ad showing.
|
Ad.LoadAdConfig, Ad.LoadConfigBuilder
Modifier and Type | Method and Description |
---|---|
Ad.LoadConfigBuilder |
buildLoadAdConfig()
Returns
LoadConfigBuilder that allows to specify ad loading parameters. |
FullScreenAd.ShowConfigBuilder |
buildShowAdConfig()
Returns
FullScreenAd.ShowConfigBuilder that allows to specify ad showing parameters. |
boolean |
show() |
destroy, getPlacementId, isAdInvalidated, loadAd, setExtraHints
boolean show()
Ad.LoadConfigBuilder buildLoadAdConfig()
LoadConfigBuilder
that allows to specify ad loading parameters. You should call
Ad.loadAd()
after all parameters have been set.FullScreenAd.ShowConfigBuilder buildShowAdConfig()
FullScreenAd.ShowConfigBuilder
that allows to specify ad showing parameters. You should call
show()
after all parameters have been set.