public final class CBInPlay
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
appName |
java.io.File |
largeAppIconFile |
java.lang.String |
largeAppIconUrl |
java.lang.String |
location |
Modifier and Type | Method and Description |
---|---|
static void |
cacheInPlay(java.lang.String location)
Cache an inplay object
|
void |
click() |
android.graphics.Bitmap |
getAppIcon() |
java.lang.String |
getAppName()
Deprecated.
use the appName field instead.
|
static CBInPlay |
getInPlay(java.lang.String location)
Provides an in-play object
|
java.lang.String |
getLocation()
Deprecated.
use the location field instead.
|
static boolean |
hasInPlay(java.lang.String location)
Check if an in-play object is available
|
void |
show() |
public final java.lang.String appName
public final java.lang.String location
public final java.lang.String largeAppIconUrl
public final java.io.File largeAppIconFile
public void show()
public void click()
public java.lang.String getLocation()
public android.graphics.Bitmap getAppIcon() throws java.lang.Exception
java.lang.Exception
public java.lang.String getAppName()
public static void cacheInPlay(java.lang.String location)
location
- The location for the Chartboost impression type.public static boolean hasInPlay(java.lang.String location)
location
- The location for the Chartboost impression type.public static CBInPlay getInPlay(java.lang.String location)
location
- The location for the Chartboost impression type.