public final class AdMetaInfo
extends java.lang.Object
Constructor and Description |
---|
AdMetaInfo(java.lang.String creativeID,
org.json.JSONObject transactionInfo) |
Modifier and Type | Method and Description |
---|---|
double |
getBid()
Method to get the bid for the current ad
|
org.json.JSONObject |
getBidInfo()
Method to get the bid info for the current ad
|
java.lang.String |
getBidKeyword()
Method to get the bidKeyword for the current ad, it will be available only for the
Audience Bidding placements.
|
java.lang.String |
getCreativeID()
Method to get the creativeID for the current ad
|
public AdMetaInfo(java.lang.String creativeID, org.json.JSONObject transactionInfo)
public double getBid()
public org.json.JSONObject getBidInfo()
public java.lang.String getCreativeID()
public java.lang.String getBidKeyword()