class BannerBidFetcher : BidFetcher, FocusChangedListener
Banner bid fetcher - This is a child class of BidFetcher specifically used in case of fetching the bid repeatedly with a fixed refreshInterval |
|
open class BidFetcher
Bid fetcher class - Responsible to fetch the bid from Meson-server and give callback on completion. |
|
class InterstitialBidFetcher : BidFetcher
Interstitial bid fetcher - functions same as its parent class BidFetcher with any adType specific functionality present in this class. |
|
class RewardedBidFetcher : BidFetcher
Rewarded bid fetcher - functions same as its parent class BidFetcher with any adType specific functionalities present in this class. |
|
interface TPBidFetch<T>
This contract is for third parties who wants the Meson sdk to handle the keyword management on the supplied object |