0.0.10 • Published 6 months ago
llsdk-ionic-plugin v0.0.10
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; }>
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; }>