Package org.prebid.mobile
Class BidLog
- java.lang.Object
-
- org.prebid.mobile.BidLog
-
public class BidLog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBidLog.BidLogEntry
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanLog()static BidLoggetInstance()BidLog.BidLogEntrygetLastBid()voidsetLastEntry(BidLog.BidLogEntry entry)
-
-
-
Method Detail
-
getInstance
public static BidLog getInstance()
-
getLastBid
public BidLog.BidLogEntry getLastBid()
-
setLastEntry
public void setLastEntry(BidLog.BidLogEntry entry)
-
cleanLog
public void cleanLog()
-
-