公告板
版本库
filestore
活动
搜索
登录
李军
/
myTestApp
中石化AndroidApp
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
不知道提交什么
whyclj
2019-12-31
e6a31a391c7167caab17b750eb2f85798849f2b6
[~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);
}