public static interface AdView.AdViewLoadConfigBuilder extends Ad.LoadConfigBuilder
Modifier and Type | Method and Description |
---|---|
AdView.AdViewLoadConfig |
build()
Builds a
AdView.AdViewLoadConfig that can be used to load an ad. |
AdView.AdViewLoadConfigBuilder |
withAdListener(AdListener adListener)
Sets an AdListener to be notified on events in control lifecycle.
|
AdView.AdViewLoadConfigBuilder |
withBid(java.lang.String bidPayload)
Allow to loads an ad from the payload supplied with a bid.
|
AdView.AdViewLoadConfigBuilder withAdListener(AdListener adListener)
adListener
- the listenerAdView.AdViewLoadConfigBuilder
AdView.AdViewLoadConfigBuilder withBid(java.lang.String bidPayload)
withBid
in interface Ad.LoadConfigBuilder
bidPayload
- The payload supplied with the bidAdView.AdViewLoadConfigBuilder
AdView.AdViewLoadConfig build()
AdView.AdViewLoadConfig
that can be used to load an ad.build
in interface Ad.LoadConfigBuilder