public class PrebidMobile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TIMEOUT_MILLIS |
| Modifier and Type | Method and Description |
|---|---|
static Context |
getApplicationContext() |
static java.lang.String |
getPrebidServerAccountId() |
static Host |
getPrebidServerHost() |
static boolean |
isShareGeoLocation() |
static void |
setApplicationContext(Context context) |
static void |
setPrebidServerAccountId(java.lang.String accountId) |
static void |
setPrebidServerHost(Host host) |
static void |
setShareGeoLocation(boolean share) |
public static final int TIMEOUT_MILLIS
public static void setPrebidServerAccountId(java.lang.String accountId)
public static java.lang.String getPrebidServerAccountId()
public static void setPrebidServerHost(Host host)
public static Host getPrebidServerHost()
public static void setShareGeoLocation(boolean share)
public static boolean isShareGeoLocation()
public static void setApplicationContext(Context context)
public static Context getApplicationContext()