public final class BidderTokenLoader
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
loadBidderToken(android.content.Context context,
BidderTokenLoadListener listener)
Creates bidder token and dispatches results into listener.
|
public static void loadBidderToken(@NonNull
android.content.Context context,
@NonNull
BidderTokenLoadListener listener)
context - The activity context the view is running in, through which it can
access the current theme, resources, etc. In particular, it
uses the window manager and theme in this context to present its UI.listener - Listener to receive result of token generation.