Package com.inmobi.ads
Class AdMetaInfo
-
- All Implemented Interfaces:
public final class AdMetaInfo
Class containing meta information for an ad
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
bid
private final JSONObject
bidInfo
private final String
bidKeyword
private final String
creativeID
-
Constructor Summary
Constructors Constructor Description AdMetaInfo(String creativeID, JSONObject mTransactionInfo)
-
Method Summary
Modifier and Type Method Description final Double
getBid()
final JSONObject
getBidInfo()
final String
getBidKeyword()
final String
getCreativeID()
Method to get the creativeID for the current ad -
-
Constructor Detail
-
AdMetaInfo
AdMetaInfo(String creativeID, JSONObject mTransactionInfo)
-
-
Method Detail
-
getBidInfo
final JSONObject getBidInfo()
-
getBidKeyword
final String getBidKeyword()
-
getCreativeID
final String getCreativeID()
Method to get the creativeID for the current ad
- Returns:
the creativeID for the current ad
-
-
-
-