public class TJPlacement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
pushId |
Constructor and Description |
---|
TJPlacement(android.content.Context activityContext,
java.lang.String placementName,
TJPlacementListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
dismissContent() |
java.lang.String |
getGUID()
Returns the unique identifier assigned for this placement.
|
TJPlacementListener |
getListener() |
java.lang.String |
getName()
Returns the name of this placement.
|
TJPlacementVideoListener |
getVideoListener() |
boolean |
isContentAvailable()
Whether or not content for this placement has been returned and is ready
to be presented
|
boolean |
isContentReady()
Whether or not the pre-loaded content for this placement has been cached
and is ready to be presented
|
boolean |
isLimited() |
void |
requestContent()
Send an event from the app to the server.
|
void |
setAdapterVersion(java.lang.String adapterVersion)
Sets the adapter version (used by mediation adapters only)
|
void |
setAuctionData(java.util.HashMap<java.lang.String,java.lang.String> auctionData) |
void |
setMediationId(java.lang.String mediationId)
Sets the mediation id for this placement
|
void |
setMediationName(java.lang.String mediationName)
Sets the mediation name for this placement (used by mediation adapters only)
|
void |
setVideoListener(TJPlacementVideoListener videoListener) |
void |
showContent()
Shows the content that was received from the server requesting content
|
@Deprecated public TJPlacement(android.content.Context activityContext, java.lang.String placementName, TJPlacementListener listener)
public TJPlacementListener getListener()
public void setVideoListener(TJPlacementVideoListener videoListener)
public TJPlacementVideoListener getVideoListener()
public java.lang.String getName()
TJPlacement
object.public boolean isLimited()
public boolean isContentReady()
public boolean isContentAvailable()
public void setMediationId(java.lang.String mediationId)
public void requestContent()
public void showContent()
public void setAuctionData(java.util.HashMap<java.lang.String,java.lang.String> auctionData)
public void setMediationName(java.lang.String mediationName)
public void setAdapterVersion(java.lang.String adapterVersion)
public static void dismissContent()
public java.lang.String getGUID()