interface MesonAdFetchListener<T>
Meson ad fetch listener - This contract is for third parties who wants the Meson-sdk to handle the keyword management
abstract fun onComplete(obj: T, error: Error?): Unit
Callback to be given with null in case of success or an appropriate error message in case of failure |