| java.lang.Object | |
| ↳ | com.smaato.sdk.ub.UBBidRequestError |
The Error which is provided with failed Prebid response as a parameter for
onPrebidResult(UBBid, UBBidRequestError) callback
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final String | adSpaceId | AdSpace ID, that has been passed to Prebid request. | |||||||||
| public final UBError | error | UBError the reason of failed Prebid request
|
|||||||||
| public final String | publisherId | Publisher ID, that has been passed to init(Application, Config, String). |
|||||||||
| public final UBBannerSize | ubBannerSize | UBBannerSize ubBannerSize, that has been passed to
prebidBanner(String, UBBannerSize, UnifiedBidding.PrebidListener) request. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UBBidRequestError(UBError error, String publisherId, String adSpaceId, UBBannerSize ubBannerSize) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
AdSpace ID, that has been passed to Prebid request.
Publisher ID, that has been passed to init(Application, Config, String).
UBBannerSize ubBannerSize, that has been passed to
prebidBanner(String, UBBannerSize, UnifiedBidding.PrebidListener) request.