public class IgawRewardVideoAd
extends java.lang.Object
| Constructor and Description |
|---|
IgawRewardVideoAd(android.content.Context context) |
IgawRewardVideoAd(android.content.Context context,
java.lang.String placementAppKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
callRewardVideoAdListenerClosed() |
void |
callRewardVideoAdListenerCompleted(int adNetworkNo,
boolean completed) |
void |
destroy() |
int |
getCurrentNetwork() |
long |
getNetworkScheduleTimeout() |
boolean |
isReady() |
void |
loadAd() |
void |
onPause() |
void |
onResume() |
void |
setCurrentActivity(android.app.Activity activity) |
void |
setManualMediationSchedule(org.json.JSONArray manualMediationSchedule) |
void |
setMediationLogListener(IMediationLogListener mediationLogListener) |
void |
setNetworkScheduleTimeout(int timeout) |
void |
setPlacementAppKey(java.lang.String placementAppKey) |
void |
setPlacementId(java.lang.String placementId) |
void |
setRewardVideoAdEventCallbackListener(IRewardVideoAdEventCallbackListener mRewardVideoAdEventCallbackListener) |
void |
showAd() |
public IgawRewardVideoAd(android.content.Context context)
public IgawRewardVideoAd(android.content.Context context,
java.lang.String placementAppKey)
public void setPlacementId(java.lang.String placementId)
public void setPlacementAppKey(java.lang.String placementAppKey)
public void setRewardVideoAdEventCallbackListener(IRewardVideoAdEventCallbackListener mRewardVideoAdEventCallbackListener)
public void setCurrentActivity(android.app.Activity activity)
public int getCurrentNetwork()
public void setManualMediationSchedule(org.json.JSONArray manualMediationSchedule)
public void setMediationLogListener(IMediationLogListener mediationLogListener)
public long getNetworkScheduleTimeout()
public void setNetworkScheduleTimeout(int timeout)
public void onResume()
public void onPause()
public boolean isReady()
public void loadAd()
public void showAd()
public void destroy()
public void callRewardVideoAdListenerCompleted(int adNetworkNo,
boolean completed)
public void callRewardVideoAdListenerClosed()