public class H5CallBackImpl extends java.lang.Object implements H5CallBack
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
TAG |
| 构造器和说明 |
|---|
H5CallBackImpl(android.app.Activity activity) |
H5CallBackImpl(Ad ad) |
H5CallBackImpl(PopupActivityController controller) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
btnClick(int webViewType,
org.json.JSONObject data)
按钮点击
|
void |
changeActivity(int webViewType,
org.json.JSONObject data)
切换活动
|
void |
hasNoTimes(int webViewType,
org.json.JSONObject data)
没有次数了
|
void |
imgClick(int webViewType,
org.json.JSONObject data)
图片点击
|
void |
initRewardWebView(int webViewType,
org.json.JSONObject data)
初始化奖励弹窗webview
|
void |
jump2Land(int webViewType,
org.json.JSONObject data)
跳转落地页
|
void |
modalClose(int webViewType,
org.json.JSONObject data)
弹窗关闭
|
void |
modalShow(int webViewType,
org.json.JSONObject data)
弹窗打开
|
void |
myPrize(int webViewType,
org.json.JSONObject data)
嵌入式弹出我的奖品
|
void |
setLandPageShow(boolean isShow)
落地页是否显示
|
void |
setRewardShow(boolean isShow)
出券弹层是否显示
|
void |
userStartBtn(int webViewType,
org.json.JSONObject data)
用户启动
|
public static final java.lang.String TAG
public H5CallBackImpl(PopupActivityController controller)
public H5CallBackImpl(android.app.Activity activity)
public H5CallBackImpl(Ad ad)
public void modalClose(int webViewType,
org.json.JSONObject data)
H5CallBackmodalClose 在接口中 H5CallBackpublic void modalShow(int webViewType,
org.json.JSONObject data)
H5CallBackmodalShow 在接口中 H5CallBackpublic void initRewardWebView(int webViewType,
org.json.JSONObject data)
H5CallBackinitRewardWebView 在接口中 H5CallBackpublic void btnClick(int webViewType,
org.json.JSONObject data)
H5CallBackbtnClick 在接口中 H5CallBackpublic void imgClick(int webViewType,
org.json.JSONObject data)
H5CallBackimgClick 在接口中 H5CallBackpublic void hasNoTimes(int webViewType,
org.json.JSONObject data)
H5CallBackhasNoTimes 在接口中 H5CallBackpublic void userStartBtn(int webViewType,
org.json.JSONObject data)
H5CallBackuserStartBtn 在接口中 H5CallBackpublic void jump2Land(int webViewType,
org.json.JSONObject data)
H5CallBackjump2Land 在接口中 H5CallBackpublic void myPrize(int webViewType,
org.json.JSONObject data)
H5CallBackmyPrize 在接口中 H5CallBackpublic void changeActivity(int webViewType,
org.json.JSONObject data)
changeActivity 在接口中 H5CallBackwebViewType - data - public void setRewardShow(boolean isShow)
H5CallBacksetRewardShow 在接口中 H5CallBackpublic void setLandPageShow(boolean isShow)
H5CallBacksetLandPageShow 在接口中 H5CallBack