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