Package com.unity3d.mediation.impression
Class LevelPlayImpressionData
-
- All Implemented Interfaces:
public final class LevelPlayImpressionData
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LevelPlayImpressionData(JSONObject allData)
-
Method Summary
Modifier and Type Method Description final StringgetAuctionId()final StringgetMediationAdUnitName()final StringgetMediationAdUnitId()final StringgetAdFormat()final StringgetCountry()final StringgetAb()final StringgetSegmentName()final StringgetPlacement()final StringgetAdNetwork()final StringgetInstanceName()final StringgetInstanceId()final DoublegetRevenue()final StringgetPrecision()final StringgetEncryptedCPM()final StringgetCreativeId()final JSONObjectgetAllData()StringtoString()-
-
Constructor Detail
-
LevelPlayImpressionData
LevelPlayImpressionData(JSONObject allData)
-
-
Method Detail
-
getAuctionId
final String getAuctionId()
-
getMediationAdUnitName
final String getMediationAdUnitName()
-
getMediationAdUnitId
final String getMediationAdUnitId()
-
getAdFormat
final String getAdFormat()
-
getCountry
final String getCountry()
-
getSegmentName
final String getSegmentName()
-
getPlacement
final String getPlacement()
-
getAdNetwork
final String getAdNetwork()
-
getInstanceName
final String getInstanceName()
-
getInstanceId
final String getInstanceId()
-
getRevenue
final Double getRevenue()
-
getPrecision
final String getPrecision()
-
getEncryptedCPM
final String getEncryptedCPM()
-
getCreativeId
final String getCreativeId()
-
getAllData
final JSONObject getAllData()
-
-
-
-