@JvmStatic fun probeWithEvents(adslotId: Int): Unit
Call the backend for one adslot.
adslotId - one Integer adslot
adslotId
@JvmStatic fun probeWithEvents(adslotIds: Set<Int>): Unit
Call the backend for multiple adslot.
adslotIds - provide a Set of Int
adslotIds