-
public class AdPopcornSSPInterstitialAd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdPopcornSSPInterstitialAd.CloseEventpublic classAdPopcornSSPInterstitialAd.CustomExtraDatapublic classAdPopcornSSPInterstitialAd.ContentsScale
-
Field Summary
Fields Modifier and Type Field Description private StringplacementIdprivate StringplacementAppKeyprivate booleanisEndingInterstitialprivate HashMap<String, Object>customExtrasprivate IMediationLogListenermediationLogListener
-
Constructor Summary
Constructors Constructor Description AdPopcornSSPInterstitialAd(Context context)AdPopcornSSPInterstitialAd(Context context, String placementAppKey)
-
Method Summary
Modifier and Type Method Description StringgetPlacementId()voidsetPlacementId(String placementId)voidsetPlacementAppKey(String placementAppKey)voidsetIsEndingInterstitial(boolean flag)voidsetCustomExtras(HashMap<String, Object> customExtras)voidsetMediationLogListener(IMediationLogListener mediationLogListener)voidsetInterstitialEventCallbackListener(IInterstitialEventCallbackListener interstitialEventCallbackListener)voidsetInterstitialLoadEventCallbackListener(IInterstitialLoadEventCallbackListener listener)voidsetInterstitialShowEventCallbackListener(IInterstitialShowEventCallbackListener listener)voidsetCurrentActivity(Activity activity)voidsetEndingMessage(String endingText)voidcloseAPSSPInterstitialAd()intgetCurrentNetwork()synchronized voidloadAd()synchronized voidshowAd()synchronized voidonResume()synchronized voiddestroy()booleanisLoaded()-
-
Method Detail
-
getPlacementId
String getPlacementId()
-
setPlacementId
void setPlacementId(String placementId)
-
setPlacementAppKey
void setPlacementAppKey(String placementAppKey)
-
setIsEndingInterstitial
@Deprecated() void setIsEndingInterstitial(boolean flag)
-
setCustomExtras
void setCustomExtras(HashMap<String, Object> customExtras)
-
setMediationLogListener
void setMediationLogListener(IMediationLogListener mediationLogListener)
-
setInterstitialEventCallbackListener
void setInterstitialEventCallbackListener(IInterstitialEventCallbackListener interstitialEventCallbackListener)
-
setInterstitialLoadEventCallbackListener
void setInterstitialLoadEventCallbackListener(IInterstitialLoadEventCallbackListener listener)
-
setInterstitialShowEventCallbackListener
void setInterstitialShowEventCallbackListener(IInterstitialShowEventCallbackListener listener)
-
setCurrentActivity
void setCurrentActivity(Activity activity)
-
setEndingMessage
@Deprecated() void setEndingMessage(String endingText)
-
closeAPSSPInterstitialAd
void closeAPSSPInterstitialAd()
-
getCurrentNetwork
int getCurrentNetwork()
-
loadAd
synchronized void loadAd()
-
showAd
synchronized void showAd()
-
onResume
synchronized void onResume()
-
destroy
synchronized void destroy()
-
isLoaded
boolean isLoaded()
-
-
-
-