Display SDK
7.25.1
androidJvm
Display SDK
/
com.smartadserver.android.library.headerbidding
/
SASBiddingAdResponse
SASBidding
Ad
Response
open
class
SASBiddingAdResponse
Model class representing the response of a bidding call.
Members
Properties
ad
Placement
Link copied to clipboard
@
NonNull
@get:
NonNull
open
val
adPlacement
:
SASAdPlacement
The ad placement of this bidding ad.
bidding
Ad
Price
Link copied to clipboard
@
NonNull
@get:
NonNull
open
val
biddingAdPrice
:
SASBiddingAdPrice
The SASBiddingAdPrice associated with the bidding ad.
format
Type
Link copied to clipboard
@
NonNull
@get:
NonNull
open
val
formatType
:
SASFormatType
the format type fo the bidding ad.
is
Consumed
Link copied to clipboard
open
val
isConsumed
:
Boolean
Either the SASBiddingAdResponse is consumed or not.
Functions
consume
Ad
JSONString
Link copied to clipboard
@
Nullable
open
fun
consumeAdJSONString
(
)
:
String
The ad element wrapper associated with the bidding ad, if it is not already consumed.