0.0.11 • Published 11 months ago

hysk-native v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

hysk-native

下载方式

npm i hysk-native

引用方式

import hy from hysk-native

基础接口

返回接口

hy.nativeBack()

分享接口

hy.share({
  title: '', // 分享标题
  desc: '', // 分享描述
  link: '', // 分享链接
  success: function () {
  // 用户确认分享后执行的回调函数
  }
});

代理接口

如需要获取返回值,可在自定义参数中加入success函数

hy.proxy(
'nativeCustomer', //定义的接口名称
{
	.... //自定义参数
})
0.0.11

11 months ago

0.0.10

11 months ago