公告板
版本库
filestore
活动
搜索
登录
李军
/
myTestApp
中石化AndroidApp
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第一次提交
whyclj
2019-12-31
d2272f21a9d4491f22b3d3c9d6dbfebcecff76e3
[~whyclj/myTestApp.git]
/
app
/
src
/
main
/
java
/
com
/
mytestapp
/
HeartJavaScriptFunction.java
1
2
3
4
5
6
7
8
9
package com.mytestapp;
import android.webkit.JavascriptInterface;
public interface HeartJavaScriptFunction {
@JavascriptInterface
void onJsFunctionCalled(int tag);
}