fetchBidderInformation

abstract suspend fun fetchBidderInformation(context: Context, request: PreBidRequest): Map<String, String>

Get a bid token if network bidding is supported.

Return

A Map of biddable token Strings.

Parameters

context

The current Context.

request

The PreBidRequest instance containing relevant data for the current bid request.