-
Notifications
You must be signed in to change notification settings - Fork 100
android short_cut
zhangyanqiang edited this page Apr 26, 2018
·
1 revision
参数 | 参数描述 | 参数类型 | 备注 |
---|---|---|---|
miniProgramId | 小程序id | String | |
needUpdate | 是否需要网络获取更新 | boolean | |
iconPath | 桌面小程序图标 | String | |
name | 桌面小程序名称 | String |
var mShortCut={
miniProgramId:"new_mp_package",
needUpdate:true,
iconPath:"res/images/name_icon@3x.png",
name:"爱奇艺桌面小程序"
}
__base__.triggerEvent("shortCut", mShortCut);