Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 941 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 941 Bytes

paciolan-sdk-capacitor-plugin

A capacitor plugin for the Paciolan ticketing SDK.

Install

npm install paciolan-sdk-capacitor-plugin
npx cap sync

API

show(...)

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

Returns: Promise<{ configString: string; }>


navAwayFromPac()

navAwayFromPac() => Promise<{ result: string; }>

Returns: Promise<{ result: string; }>