meson-wrap / ai.meson.sdk / MesonAdFetchListener

MesonAdFetchListener

interface MesonAdFetchListener<T>

Meson ad fetch listener - This contract is for third parties who wants the Meson-sdk to handle the keyword management

Parameters

T -

Functions

onComplete

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