class EventProbeSuccess
Event to update notify user about a probe request success.
bids - a HashMap mappping the adslots id to bid objects
<init> |
Event to update notify user about a probe request success. EventProbeSuccess(bids: HashMap<Int, Bid>) |
mBids |
var mBids: HashMap<Int, Bid>? |
mEventName |
var mEventName: String |
getBids |
fun getBids(): HashMap<Int, Bid>? |