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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.