interface MesonBidFetchListener
Meson bid fetch listener - This listener should be used by third parties in case of keyword management is being handled on their own.
abstract fun onBidFetchCompleted(error: Error?, bidInfo: JSONObject?): Unit
On bid fetch completed - callback to be given with the response in case of success or appropriate error message in case of failure |