llsdk-ionic-plugin
v0.0.10
Published
LLSDK Native Plugin For ionic Capacitor Project
Readme
llsdk-ionic-plugin
LLSDK Native Plugin For ionic Capacitor Project
Install
npm install llsdk-ionic-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| 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; }>| Param | Type |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| options | { token: string; options?: { acctId?: string; limitAccountNos?: string[]; scanURL?: string; serviceType?: number; envType?: string; language?: number; }; } |
Returns: Promise<{ code: number; message: string; data: any; }>
