RTB-SDK
1.4.2
androidJvm
RTB-SDK
/
com.rtb.sdk
/
RTBBidInfo
RTBBid
Info
open
class
RTBBidInfo
(
val
priceCPM
:
Float
,
val
bidder
:
String
)
:
Serializable
Provides information about the bid.
Parameters
price
CPM
BidPrice of the Ad in USD
bidder
Name of the bidder
Inheritors
RTBBannerBid
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