Example #1
0
 public void onPageLoaded()
 {
   UMengLogger.sendmessage(GroupWebView.this.getContext(), "adPageDisplay", AdvertisementManage.getInstance().currentADKey);
 }
Example #2
0
 public void onClickDraw()
 {
   UMengLogger.sendmessage(GroupWebView.this.getContext(), "adPageRequestCoupon", AdvertisementManage.getInstance().currentADKey);
 }
Example #3
0
 public void onClickEmailSend()
 {
   Toast.makeText(GroupWebView.this.getContext(), "正在发送邮件", 1).show();
   UMengLogger.sendmessage(GroupWebView.this.getContext(), "adPageSendEmail", AdvertisementManage.getInstance().currentADKey);
 }
Example #4
0
 public void onClickAppDownload()
 {
   UMengLogger.sendmessage(GroupWebView.this.getContext(), "adPageDownload", AdvertisementManage.getInstance().currentADKey);
 }