meson-wrap / ai.meson.ads / TPBidFetch / fetchBid
fetchBid
abstract fun fetchBid(pubObj: T, bidFetchListener: MesonAdFetchListener<T>): Unit
Fetches the ad and uses the pubObj to set or unset keywords and
Third parties can listen for the ad completion on bidFetchListener
Parameters
pubObj
-
- instance of any publisher Object on which keyword handling is done.
bidFetchListener
-
- completion listener to notify whether the bid fetch is successful or failure.