Package com.yandex.mobile.ads.common
Object BidderTokenLoader
-
- All Implemented Interfaces:
public class BidderTokenLoader
Interface contains logic that creates a bidder token to be used in the mediation. Bidder token is generated asynchronously.
-
-
Field Summary
Fields Modifier and Type Field Description public final static BidderTokenLoader
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
loadBidderToken(Context context, BidderTokenRequestConfiguration bidderTokenRequestConfiguration, BidderTokenLoadListener listener)
Creates bidder token via request parameters and dispatches results into listener. -
-
Method Detail
-
loadBidderToken
final static Unit loadBidderToken(Context context, BidderTokenRequestConfiguration bidderTokenRequestConfiguration, BidderTokenLoadListener listener)
Creates bidder token via request parameters and dispatches results into listener.
- Parameters:
context
- The activity context the view is running in, through which it can access the current theme, resources, etc.bidderTokenRequestConfiguration
- The request object contains parameters to fetch a bidder token.listener
- Listener to receive result of token generation.
-
-
-
-