-
- All Implemented Interfaces:
-
com.igaworks.adpopcorn.cores.net.APNetworkController.IAPNetEventListener
public class ApCustomRewardCPM implements APNetworkController.IAPNetEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxCampaignCount
-
Constructor Summary
Constructors Constructor Description ApCustomRewardCPM(Context context)
-
Method Summary
Modifier and Type Method Description voidsetMaxCampaignCount(int maxCampaignCount)voidloadAd()voidsetCustomRewardCPMEventListener(ApCustomRewardCPMEventListener apCustomRewardCPMEventListener)voiddestroy()voidimpressionCampaign(String cpmId)voidclickCampaign(String cpmId)voidonNetResponseListener(int requestType, APNetworkResultModel result)-
-
Constructor Detail
-
ApCustomRewardCPM
ApCustomRewardCPM(Context context)
-
-
Method Detail
-
setMaxCampaignCount
void setMaxCampaignCount(int maxCampaignCount)
-
loadAd
void loadAd()
-
setCustomRewardCPMEventListener
void setCustomRewardCPMEventListener(ApCustomRewardCPMEventListener apCustomRewardCPMEventListener)
-
destroy
void destroy()
-
impressionCampaign
void impressionCampaign(String cpmId)
-
clickCampaign
void clickCampaign(String cpmId)
-
onNetResponseListener
void onNetResponseListener(int requestType, APNetworkResultModel result)
-
-
-
-