Package com.inmobi.ads
Class AdMetaInfo
-
- All Implemented Interfaces:
public final class AdMetaInfoClass containing meta information for an ad
-
-
Field Summary
Fields Modifier and Type Field Description private final Doublebidprivate final JSONObjectbidInfoprivate final StringbidKeywordprivate final StringcreativeID
-
Constructor Summary
Constructors Constructor Description AdMetaInfo(String creativeID, JSONObject mTransactionInfo)
-
Method Summary
Modifier and Type Method Description final DoublegetBid()final JSONObjectgetBidInfo()final StringgetBidKeyword()final StringgetCreativeID()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
-
-
-
-