0.0.3 • Published 5 months ago
dj-test-plugin v0.0.3
dj-test-plugin
test plugin by dhanraj
Install
npm install dj-test-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
displayCustomerText(...)
displayCustomerText(options: { line1: string; line2: string; }) => Promise<void>
Param | Type |
---|---|
options | { line1: string; line2: string; } |
clearCustomerDisplay()
clearCustomerDisplay() => Promise<void>