Mediation Started Callback
fairBid.withFairBidListener(object : FairBidListener {
override fun mediationFailedToStart(errorMessage: String, errorCode: Int) {
// The SDK was unable to start any of the mediated networks.
// That includes DT-X
// Nothing to do. Contact support if this error persists (errorCode will be used to troubleshoot the problem)
}
override fun mediationStarted() {
// FairBid is ready to mediate.
// TPNs that need to be started as early as possible have been started
}
override fun onNetworkFailedToStart(network: MediatedNetwork, errorMessage: String) {
// A specific network failed to start.
}
override fun onNetworkStarted(network: MediatedNetwork) {
// A specific network started successfully.
}
})
Tracking Network Initialization
MEDIATED NETWORK
NAME IN CALLBACK
LAZY START
START SUCCESS CALLBACK
MEDIATED NETWORK
NAME IN CALLBACK
LAZY START
START SUCCESS CALLBACK
MEDIATED NETWORK
NAME IN CALLBACK
LAZY START
START SUCCESS CALLBACK
MEDIATED NETWORK
NAME IN CALLBACK
LAZY START
START SUCCESS CALLBACK
Last updated
