capacitor-sec-display-plugin
v0.0.2
Published
To show secondary ui and exchange data with it
Readme
capacitor-sec-display-plugin
To show secondary ui and exchange data with it
Install
npm install capacitor-sec-display-plugin
npx cap syncAPI
initialize()
initialize() => Promise<void>showContent(...)
showContent(options: { url: string; }) => Promise<void>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
sendMessage(...)
sendMessage(options: { message: Record<string, any>; }) => Promise<void>| Param | Type |
| ------------- | -------------------------------------------------------------------------- |
| options | { message: Record<string, any>; } |
Type Aliases
Record
Construct a type with a set of properties K of type T
{ [P in K]: T; }
