yieldprobe / com.yieldlab.yieldprobe.events / EventProbeSuccess

EventProbeSuccess

class EventProbeSuccess

Event to update notify user about a probe request success.

Parameters

bids - a HashMap mappping the adslots id to bid objects

Constructors

<init>

Event to update notify user about a probe request success.

EventProbeSuccess(bids: HashMap<Int, Bid>)

Properties

mBids

var mBids: HashMap<Int, Bid>?

mEventName

var mEventName: String

Functions

getBids

fun getBids(): HashMap<Int, Bid>?