public class

UBBidRequestError

extends Object
java.lang.Object
   ↳ com.smaato.sdk.ub.UBBidRequestError

Class Overview

The Error which is provided with failed Prebid response as a parameter for onPrebidResult(UBBid, UBBidRequestError) callback

Summary

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

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

Public Constructors

public UBBidRequestError (UBError error, String publisherId, String adSpaceId, UBBannerSize ubBannerSize)