RTB-SDK
1.3.0
androidJvm
RTB-SDK
/
com.rtb.sdk
/
RTBBidInfo
RTBBid
Info
class
RTBBidInfo
(
val
priceCPM
:
Float
,
val
bidder
:
String
)
Provides information about the bid.
Parameters
price
CPM
BidPrice of the Ad in USD
bidder
Name of the bidder
Members
Constructors
RTBBid
Info
Link copied to clipboard
constructor
(
priceCPM
:
Float
,
bidder
:
String
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
bidder
Link copied to clipboard
val
bidder
:
String
price
CPM
Link copied to clipboard
val
priceCPM
:
Float