-
public class AdPopcornSSPCustomAd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdPopcornSSPCustomAd.NativeAdInfo
-
Field Summary
Fields Modifier and Type Field Description private StringplacementIdprivate StringplacementAppKey
-
Constructor Summary
Constructors Constructor Description AdPopcornSSPCustomAd(Context context)AdPopcornSSPCustomAd(Context context, String placementAppKey)
-
Method Summary
Modifier and Type Method Description StringgetPlacementId()voidsetPlacementId(String placementId)voidsetPlacementAppKey(String placementAppKey)voidsetAdType(CustomAdType mCustomAdType)voidsetCustomAdEventCallbackListener(ICustomAdListener customAdListener)voidloadAd()voidreportImpression()voidreportClick()voidstopAd()List<String>getImpTrackersList()List<String>getClickTrackersList()-
-
Method Detail
-
getPlacementId
String getPlacementId()
-
setPlacementId
void setPlacementId(String placementId)
-
setPlacementAppKey
void setPlacementAppKey(String placementAppKey)
-
setAdType
void setAdType(CustomAdType mCustomAdType)
-
setCustomAdEventCallbackListener
void setCustomAdEventCallbackListener(ICustomAdListener customAdListener)
-
loadAd
void loadAd()
-
reportImpression
void reportImpression()
-
reportClick
void reportClick()
-
stopAd
void stopAd()
-
getImpTrackersList
List<String> getImpTrackersList()
-
getClickTrackersList
List<String> getClickTrackersList()
-
-
-
-