public interface FullScreenAd extends Ad
Modifier and Type | Interface and Description |
---|---|
static interface |
FullScreenAd.ShowAdConfig
Builder that allows to configure an ad showing.
|
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, loadAdFromBid, 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.