-
Notifications
You must be signed in to change notification settings - Fork 9
JsContext
WrBug edited this page Jan 12, 2019
·
1 revision
0.0.2
| Js方法 | Java方法 |
|---|---|
| JsContext.getApplicationContext(Context) | Context.getApplicationContext() |
| JsContext.toast(Context,String) | Toast.makeText(Context, String, int).show() |
| JsContext.startActivity(Context,String,Map) | Context.startActivity(Intent) |