1.1.0 • Published 2 years ago
@thinkive/native v1.1.0
thinkive-native 前端 H5 原生交互 SDK 封装包
thinkive-native
is a SDK package which be used between H5 and native
特性
- 提供常用校验方法,及与 thinkive 原生 SDK 交互插件;
安装
npm i @thinkive/native
使用
import callMessageNative from "@thinkive/native";
//@param funcNo 70032 H5启动竞赛模拟交易页面
export const function70032 = function(paramMap) {
let param = {
funcNo: "70032"
};
Object.assign(param, paramMap);
return callMessageNative(param);
};
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.1
3 years ago
1.0.0-beta.0
3 years ago