Package com.inmobi.ads
Class AdMetaInfo
- java.lang.Object
-
- com.inmobi.ads.AdMetaInfo
-
public final class AdMetaInfo extends java.lang.Object
Class containing meta information for an ad
-
-
Constructor Summary
Constructors Constructor Description AdMetaInfo(java.lang.String creativeID, org.json.JSONObject transactionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getBid()
Method to get the bid for the current adorg.json.JSONObject
getBidInfo()
Method to get the bid info for the current adjava.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
-
-
-
Method Detail
-
getBid
public double getBid()
Method to get the bid for the current ad- Returns:
- the bid for the current ad
-
getBidInfo
public org.json.JSONObject getBidInfo()
Method to get the bid info for the current ad- Returns:
- the bid info for the current ad
-
getCreativeID
public java.lang.String getCreativeID()
Method to get the creativeID for the current ad- Returns:
- the creativeID for the current ad
-
getBidKeyword
public java.lang.String getBidKeyword()
Method to get the bidKeyword for the current ad, it will be available only for the Audience Bidding placements.- Returns:
- the bidKeyword for the current ad
-
-