capacitor-plugin-safesolar-scan
TypeScript icon, indicating that this package has built-in type declarations

0.5.9 • Public • Published

capacitor-plugin-safesolar-scan

集成了阿里云的扫码插件

Install

npm install capacitor-plugin-safesolar-scan
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


scanCode(...)

scanCode(options: { scanCode: string; }) => Promise<{ scanCode: string; }>
Param Type
options { scanCode: string; }

Returns: Promise<{ scanCode: string; }>


getWifiName(...)

getWifiName(options: { getWifiName: string; }) => Promise<{ getWifiName: string; }>
Param Type
options { getWifiName: string; }

Returns: Promise<{ getWifiName: string; }>


Readme

Keywords

Package Sidebar

Install

npm i capacitor-plugin-safesolar-scan

Weekly Downloads

65

Version

0.5.9

License

MIT

Unpacked Size

28.4 kB

Total Files

32

Last publish

Collaborators

  • fanbei