0.0.10 • Published 6 months ago

llsdk-ionic-plugin v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

llsdk-ionic-plugin

LLSDK Native Plugin For ionic Capacitor Project

Install

npm install llsdk-ionic-plugin
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


openSDK(...)

openSDK(options: { token: string; options?: { acctId?: string; limitAccountNos?: string[]; scanURL?: string; serviceType?: number; envType?: string; language?: number; }; }) => Promise<{ code: number; message: string; data: any; }>
ParamType
options{ token: string; options?: { acctId?: string; limitAccountNos?: string[]; scanURL?: string; serviceType?: number; envType?: string; language?: number; }; }

Returns: Promise<{ code: number; message: string; data: any; }>


0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago